From 28c56df3dbfa47e6fe3d472ad3e1bb03b81bd427 Mon Sep 17 00:00:00 2001 From: cxl Date: Sat, 18 Nov 2017 11:50:10 +0000 Subject: [PATCH] .uppbox git-svn-id: svn://ultimatepp.org/upp/trunk@11475 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppbox/AutoTest/AutoTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)