.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@8093 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-01-25 19:16:10 +00:00
parent e7dd5283e6
commit 3ebcfa4a7b
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ link(SOLARIS) "-Wl,-R -Wl,/usr/local/lib";
link(GCC POSIX STACKTRACE) -rdynamic;
file
Core.h options PCH,
Core.h options(BUILDER_OPTION) PCH,
config.h,
Defs.h,
Cpu.cpp optimize_speed,

View file

@ -205,7 +205,7 @@ Array<double> GetTransformArgs(String str, const char *command) {
if ((pos = str.Find(command)) < 0)
return args;
pos += strlen(command);
pos += (int)strlen(command);
pos = 1 + str.Find('(', pos);
while (true) {