Demand use of I_Realloc() instead of realloc() in the HACKING guide

This commit is contained in:
Fabian Greffrath 2017-08-21 11:51:55 +02:00
parent 2317560862
commit 7b1d8f9970

View file

@ -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