mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-01-27 14:08:00 +03:00
parent
eed7b19798
commit
1722f883a1
@ -1248,7 +1248,7 @@ void UTIL_StringToVector(float *pVector, const char *pString)
|
||||
char tempString[128];
|
||||
int j;
|
||||
|
||||
Q_strcpy(tempString, pString);
|
||||
Q_strlcpy(tempString, pString);
|
||||
|
||||
pstr = tempString;
|
||||
pfront = tempString;
|
||||
@ -1315,7 +1315,7 @@ void UTIL_StringToIntArray(int *pVector, int count, const char *pString)
|
||||
char tempString[128];
|
||||
int j;
|
||||
|
||||
Q_strcpy(tempString, pString);
|
||||
Q_strlcpy(tempString, pString);
|
||||
|
||||
pstr = tempString;
|
||||
pfront = tempString;
|
||||
|
Loading…
x
Reference in New Issue
Block a user