Changes to make SICS compile on OSX Maverick with clang
This commit is contained in:
@@ -162,7 +162,7 @@ static int RemoveObject(SConnection * con, SicsInterp * sics,
|
||||
p = strchr(className, ' ');
|
||||
if (p) {
|
||||
snprintf(shortClassName, sizeof shortClassName, "%.*s",
|
||||
p - className, className);
|
||||
(int)(p - className), className);
|
||||
cmdin = (CmdInitializer) GetInitializer("Object", shortClassName);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user