shithub: choc

Download patch

ref: 36fa1d296e0d8d33a8f23ac3d158b44e99860437
parent: 30e4e431399360b24ea34843da7e006985ff9e3c
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