-- fix: a non StrictCompile() warning. now builds cleanly on f11/x32

This commit is contained in:
pfelt
2009-08-21 03:49:09 +00:00
parent 49ed2c5f73
commit ccbd80a103
+1 -1
View File
@@ -302,7 +302,7 @@ StartAgentsWithPriority(int priority, BOOL onlyCrashed, BOOL printMessage)
static BOOL
LoadAgentConfiguration()
{
unsigned char *config;
char *config;
BOOL retcode = FALSE;
BongoJsonNode *node;
BongoJsonResult res;