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