From: Dirk H Bartley Date: Thu, 17 May 2007 15:02:22 +0000 (+0000) Subject: OOps, found a lack of a space where required. X-Git-Tag: Release-7.0.0~6318 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0614ae68ca463a2ad4092b08533f20a2cb43446d;p=bacula%2Fbacula OOps, found a lack of a space where required. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4819 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/qt-console/run/runcmd.cpp b/bacula/src/qt-console/run/runcmd.cpp index fe125fcbc0..02f8cbea55 100644 --- a/bacula/src/qt-console/run/runcmd.cpp +++ b/bacula/src/qt-console/run/runcmd.cpp @@ -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";