Spelling mistake
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2556 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
8151788f14
commit
eff43d1fa1
|
@ -176,7 +176,7 @@ static BOOL registry_load( const char *filename )
|
|||
char buffer[MAXLINESIZE];
|
||||
char *bptr = NULL, *bufstart = NULL;
|
||||
char key[32];
|
||||
int l; // sscanf expects an int to recieve %n, not an unsigned int
|
||||
int l; // sscanf expects an int to receive %n, not an unsigned int
|
||||
UDWORD filesize;
|
||||
|
||||
debug(LOG_WZ, "Loading the registry from %s", filename);
|
||||
|
|
Loading…
Reference in New Issue