From 0614ae68ca463a2ad4092b08533f20a2cb43446d Mon Sep 17 00:00:00 2001 From: Dirk H Bartley Date: Thu, 17 May 2007 15:02:22 +0000 Subject: [PATCH] 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 --- bacula/src/qt-console/run/runcmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.39.5