SICS compiles under RHEL7
This commit is contained in:
2
devser.c
2
devser.c
@ -559,7 +559,7 @@ char * DevList(DevSer * devser) {
|
||||
DynStringConcat(result, str);
|
||||
free(str);
|
||||
} else {
|
||||
snprintf(text, sizeof text, "%8.8x", (unsigned int)action->data);
|
||||
snprintf(text, sizeof text, "%8.8lx", (unsigned long)action->data);
|
||||
DynStringConcat(result, text);
|
||||
}
|
||||
DynStringConcat(result, "\n");
|
||||
|
Reference in New Issue
Block a user