]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/fs/nilfs2.c (grub_nilfs2_uuid): Add missing field length.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 27 Oct 2011 00:52:54 +0000 (02:52 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 27 Oct 2011 00:52:54 +0000 (02:52 +0200)
ChangeLog
grub-core/fs/nilfs2.c

index 1abd5daa238e3445c2c5672d86a0933143e6141b..7d2bdd80da43f2f554e5cb68801349e3b1c605d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-10-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/fs/nilfs2.c (grub_nilfs2_uuid): Add missing field length.
+
 2011-10-26  Vladimir Serbinenko  <phcoder@gmail.com>
 
        ZFS multi-device and version 33 support.
index 62cf167c723957263946077ec078bdd4163fcfbc..5986002efef7065895bbfd831c69ccb4d0dfb39a 100644 (file)
@@ -1117,7 +1117,7 @@ grub_nilfs2_uuid (grub_device_t device, char **uuid)
     {
       *uuid =
        grub_xasprintf
-       ("%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%0x-%02x%02x%02x%02x%02x%02x",
+       ("%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x",
         data->sblock.s_uuid[0], data->sblock.s_uuid[1],
         data->sblock.s_uuid[2], data->sblock.s_uuid[3],
         data->sblock.s_uuid[4], data->sblock.s_uuid[5],