Demand use of I_Realloc() instead of realloc() in the HACKING guide
This commit is contained in:
parent
2317560862
commit
7b1d8f9970
1 changed files with 1 additions and 0 deletions
|
|
@ -139,6 +139,7 @@ Unsafe function | Safer alternative
|
|||
`strcat()` | `M_StringConcat()`
|
||||
`strncat()` | `M_StringConcat()`
|
||||
`strdup()` | `M_StringDuplicate()`
|
||||
`realloc()` | `I_Realloc()`
|
||||
|
||||
Lots of the code includes calls to DEH_String() to simulate string
|
||||
replacement by the Dehacked tool. Be careful when using Dehacked
|
||||
|
|
|
|||
Loading…
Reference in a new issue