mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Fix dm_strdup debug definition.
This commit is contained in:
parent
fe94f9f170
commit
c507b684ce
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user