git-svn-id: svn://ultimatepp.org/upp/trunk@11475 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-11-18 11:50:10 +00:00
parent 3c9f5241b6
commit 28c56df3db

View file

@ -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)