remove product name from vdi contents

differentiate between "can't open .vdi" and "can't parse .vdi"
This commit is contained in:
Chris Danford
2005-11-08 22:14:59 +00:00
parent 924cd3261b
commit cc0d65e0db
3 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -267,7 +267,7 @@ int main(int argc, char **argv) {
// dump data
static const char header[64]="StepMania symbolic debug information\r\n\x1A";
static const char header[64]="symbolic debug information\r\n\x1A";
fwrite(header, 64, 1, fo);