Changes to make SICS compile on OSX Maverick with clang
This commit is contained in:
@@ -536,7 +536,7 @@ static char *SctActionHandler(void *actionData, char *lastReply,
|
||||
} else {
|
||||
l = strlen(origScript);
|
||||
}
|
||||
snprintf(eprop, sizeof eprop, "error_in_%.*s", l, origScript);
|
||||
snprintf(eprop, sizeof eprop, "error_in_%.*s", (int)l, origScript);
|
||||
emsg = GetHdbProp(node, eprop);
|
||||
cnt = 0;
|
||||
if (emsg != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user