This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

#5707 Add newline to update notification string

  • Loading branch information...
nlyan committed Oct 28, 2016
1 parent ef9842c commit 3e9815dfddc8c83522c6caaaef6d88ec5f6dfe9f
Showing with 1 addition and 0 deletions.
  1. +1 −0 src/gui/src/CoreInterface.cpp
@@ -67,6 +67,7 @@ QString CoreInterface::notifyUpdate (QString const& fromVersion,
QString const& serialKey) {
QStringList args("--notify-update");
QString input(fromVersion + ":" + toVersion + ":" + serialKey);
+ input.append("\n");
return run(args, input);
}

0 comments on commit 3e9815d

Please sign in to comment.