Fix fstabinfo -p /
This commit is contained in:
@ -59,7 +59,7 @@ char *rc_xstrdup (const char *str)
|
||||
if (! str)
|
||||
return (NULL);
|
||||
|
||||
value = rc_xstrdup (str);
|
||||
value = strdup (str);
|
||||
|
||||
if (value)
|
||||
return (value);
|
||||
|
Reference in New Issue
Block a user