@@ -174,7 +174,7 @@ void IConsoleError(const char *string)
|
||||
* @param *arg the string to be converted
|
||||
* @return Return true on success or false on failure
|
||||
*/
|
||||
bool GetArgumentInteger(uint32 *value, const char *arg)
|
||||
bool GetArgumentInteger(uint32_t *value, const char *arg)
|
||||
{
|
||||
char *endptr;
|
||||
|
||||
|
Reference in New Issue
Block a user