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:
parent
caab4fd6ca
commit
01fc7054b9
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2010-01-21 Robert Millan <rmh.grub@aybabtu.com>
|
||||||
|
|
||||||
* po/POTFILES: Remove mkisofs-related files. They have their own TLP
|
* po/POTFILES: Remove mkisofs-related files. They have their own TLP
|
||||||
|
|
|
@ -574,7 +574,7 @@ make_system_path_relative_to_its_root (const char *path)
|
||||||
/* This means path given is just a backslash. As above
|
/* This means path given is just a backslash. As above
|
||||||
we have to return an empty string. */
|
we have to return an empty string. */
|
||||||
free (buf2);
|
free (buf2);
|
||||||
return xtrdup ("");
|
return xstrdup ("");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue