# # # patch "src/monotone/MonotoneThread.cpp" # from [ee044b332a51b11196af99fa07149d9de33fe8b0] # to [46964b25ee37338d2e3670a5751359181f39d0b1] # ============================================================ --- src/monotone/MonotoneThread.cpp ee044b332a51b11196af99fa07149d9de33fe8b0 +++ src/monotone/MonotoneThread.cpp 46964b25ee37338d2e3670a5751359181f39d0b1 @@ -89,37 +89,35 @@ QByteArray MonotoneTask::getEncodedInput QByteArray MonotoneTask::getEncodedInput() const { QByteArray commandLine; - QTextStream streamCmdLine(&commandLine); if (options.size() > 0) { // currently mtn can only understand key => value option pairs I(options.size() % 2 == 0); - streamCmdLine << "o"; + commandLine.append('o'); for (int i=0, c=options.size(); i 0); - streamCmdLine << "l"; + commandLine.append('l'); for (int i=0, c=arguments.size(); i