X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=compiler%2Fbootstrap%2Fecere%2Fbootstrap%2FString.c;h=9553bb11174375927000dbed3c2ba175af39a0a9;hb=5af8e766ef71a09f1f88c31bed2b66416b6d7fab;hp=b7e252577ce07cd774a8b92da1b17713d8598773;hpb=4bf6c70a907961201da8a5f8db56b6e69092afee;p=sdk diff --git a/compiler/bootstrap/ecere/bootstrap/String.c b/compiler/bootstrap/ecere/bootstrap/String.c index b7e2525..9553bb1 100644 --- a/compiler/bootstrap/ecere/bootstrap/String.c +++ b/compiler/bootstrap/ecere/bootstrap/String.c @@ -707,7 +707,7 @@ unsigned int __ecereNameSpace__ecere__sys__GetHexValue(char ** buffer) char string[20]; __ecereNameSpace__ecere__sys__GetString(buffer, string, 20); -return strtoul(string, (((void *)0)), 16); +return (unsigned int)strtoul(string, (((void *)0)), 16); } double __ecereNameSpace__ecere__sys__FloatFromString(const char * string)