1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 11:55:55 +03:00

Fix dm_strdup debug definition.

This commit is contained in:
Alasdair Kergon 2006-01-11 15:40:54 +00:00
parent fe94f9f170
commit c507b684ce

View 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);