ref: 7b1d8f9970c729f4d97648e004f6f84c9f9975eb
parent: 2317560862c377d7d6a842e1158948b038df119f
author: Fabian Greffrath <fabian@greffrath.com>
date: Mon Aug 21 07:51:55 EDT 2017
Demand use of I_Realloc() instead of realloc() in the HACKING guide
--- a/HACKING.md
+++ b/HACKING.md
@@ -139,6 +139,7 @@
`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