diff --git a/uppbox/AutoTest/AutoTest.cpp b/uppbox/AutoTest/AutoTest.cpp index 895ff97ed..144cd97a2 100644 --- a/uppbox/AutoTest/AutoTest.cpp +++ b/uppbox/AutoTest/AutoTest.cpp @@ -38,7 +38,7 @@ void Do(const char *nest, const char *bm, bool release, bool test) txt << bm; if(release) txt << "-R "; - txt << ' ' << h << ' '; + txt << ' ' << h << ' ';PL String c; c << umk << " " << nest << ' ' << name << ' ' << bm << " -" << flags; if(first)