delinted
This commit is contained in:
@@ -106,7 +106,7 @@ Salloc(str)
|
||||
if (str == 0)
|
||||
str = "";
|
||||
|
||||
return strcpy(Malloc(strlen(str) + 1), str);
|
||||
return strcpy(Malloc((unsigned)strlen(str) + 1), str);
|
||||
}
|
||||
|
||||
EnHash(id)
|
||||
|
||||
Reference in New Issue
Block a user