]> sourceware.org Git - dm.git/commitdiff
Fix dm_strdup debug definition.
authorAlasdair Kergon <agk@redhat.com>
Wed, 11 Jan 2006 15:40:54 +0000 (15:40 +0000)
committerAlasdair Kergon <agk@redhat.com>
Wed, 11 Jan 2006 15:40:54 +0000 (15:40 +0000)
lib/mm/dbg_malloc.c

index 6c872974f481183f2d4722a6a254d263763e4f48..1aba960c310c8ec805f0e52b3d9f0c08c71052ed 100644 (file)
@@ -18,7 +18,7 @@
 #include <assert.h>
 #include <stdarg.h>
 
-char *dm_strdup(const char *str)
+char *dm_strdup_aux(const char *str)
 {
        char *ret = dm_malloc(strlen(str) + 1);
 
This page took 0.02582 seconds and 5 git commands to generate.