[EFI]
authorAlex Ionescu <aionescu@gmail.com>
Wed, 9 Sep 2015 18:45:51 +0000 (18:45 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Wed, 9 Sep 2015 18:45:51 +0000 (18:45 +0000)
- Case sensitivity?

svn path=/trunk/; revision=69157

reactos/tools/mkhive/mkhive.c

index c5ccfe3..cc53312 100644 (file)
@@ -145,7 +145,7 @@ int main (int argc, char *argv[])
 
     convert_path (FileName, argv[1]);
     strcat (FileName, DIR_SEPARATOR_STRING);
 
     convert_path (FileName, argv[1]);
     strcat (FileName, DIR_SEPARATOR_STRING);
-    strcat (FileName, "bcd");
+    strcat (FileName, "BCD");
     if (!ExportBinaryHive (FileName, &SystemHive))
     {
         return 1;
     if (!ExportBinaryHive (FileName, &SystemHive))
     {
         return 1;