mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@8093 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e7dd5283e6
commit
3ebcfa4a7b
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue