- Case sensitivity?

svn path=/trunk/; revision=69157
This commit is contained in:
Alex Ionescu 2015-09-09 18:45:51 +00:00
parent 28b4a595d3
commit 5650394ec5

View file

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