]> git.xonotic.org Git - xonotic/darkplaces.git/commit
zone: Pass __FILE__ and __LINE__ to Mem_strdup
authorCloudwalk <cloudwalk009@gmail.com>
Tue, 20 Jul 2021 18:10:02 +0000 (14:10 -0400)
committerCloudwalk <cloudwalk009@gmail.com>
Tue, 20 Jul 2021 18:10:02 +0000 (14:10 -0400)
commit1d09c69f77366f89addbf1cc72b4ed87f9ce5931
tree68f28a9cbd8898d8bd5c7d0db84a51d9b0c415e9
parent8507719df58bf767983c92ecfa32a70090bf501e
zone: Pass __FILE__ and __LINE__ to Mem_strdup

Made it a macro for _Mem_strdup which is what Mem_strdup was.
We have to call _Mem_Alloc directly to pass __FILE__ and __LINE__
to that function.
zone.c
zone.h