]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2010-01-21 Vladimir Serbinenko <phcoder@gmail.com>
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 21 Jan 2010 12:58:40 +0000 (13:58 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 21 Jan 2010 12:58:40 +0000 (13:58 +0100)
* util/misc.c (make_system_path_relative_to_its_root): Fix typo.

ChangeLog
util/misc.c

index d1e146bca1d982d735a6ed98c556228b31d4d215..7f872f71a343e5eb35a729f34103e1483ee0ec42 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index b4960087e8b6a05c8632aa95c45bc8f3f8d67e52..8f66e435092f44a9789a3425afbf2b5b8f60e9f7 100644 (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 ("");
            }
        }
     }