2010-01-21 Vladimir Serbinenko <phcoder@gmail.com>

* util/misc.c (make_system_path_relative_to_its_root): Fix typo.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-01-21 13:58:40 +01:00
parent caab4fd6ca
commit 01fc7054b9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-01-21 Vladimir Serbinenko <phcoder@gmail.com>
* util/misc.c (make_system_path_relative_to_its_root): Fix typo.
2010-01-21 Robert Millan <rmh.grub@aybabtu.com>
* po/POTFILES: Remove mkisofs-related files. They have their own TLP

View File

@ -574,7 +574,7 @@ make_system_path_relative_to_its_root (const char *path)
/* This means path given is just a backslash. As above
we have to return an empty string. */
free (buf2);
return xtrdup ("");
return xstrdup ("");
}
}
}