--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- OriginDefaultParser.cpp +++ OriginDefaultParser.cpp @@ -73,7 +73,7 @@ int i; FILE *f, *debug; if((f=fopen(fileName.c_str(),"rb")) == NULL ) { - printf("Could not open %s!\n",fileName); + printf("Could not open %s!\n",fileName.c_str()); return false; }