File diff r21946:15cf8b3cd86b → r21947:4b2aaf36e24d
src/strings.cpp
Show inline comments
 
@@ -874,7 +874,7 @@ static char *FormatString(char *buff, co
 
						bool lookup = (l == SCC_ENCODED);
 
						if (lookup) s += len;
 

	
 
						param = (int32)strtoul(s, &p, 16);
 
						param = strtoull(s, &p, 16);
 

	
 
						if (lookup) {
 
							if (param >= TAB_SIZE) {