]> git.sur5r.net Git - bacula/bacula/commitdiff
OOps, found a lack of a space where required.
authorDirk H Bartley <dbartley@schupan.com>
Thu, 17 May 2007 15:02:22 +0000 (15:02 +0000)
committerDirk H Bartley <dbartley@schupan.com>
Thu, 17 May 2007 15:02:22 +0000 (15:02 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4819 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/qt-console/run/runcmd.cpp

index fe125fcbc0513bfb1b3237f52a57b3f752e0f978..02f8cbea555fc368fb9d28d51c592848f723ead1 100644 (file)
@@ -146,7 +146,7 @@ void runCmdPage::okButtonPushed()
    cmd += " bootstrap=\"" + bootstrap->text() + "\"";
    cmd += " where=\"" + where->text() + "\"";
    QString pri;
-   QTextStream(&pri) << "priority=\"" << prioritySpin->value() << "\"";
+   QTextStream(&pri) << " priority=\"" << prioritySpin->value() << "\"";
    cmd += pri;
    cmd += " yes\n";