blob: be63b7f2ce3964457c6029b886ed5b4edea2460b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: OriginDefaultParser.cpp
===================================================================
--- OriginDefaultParser.cpp (revision 1751)
+++ OriginDefaultParser.cpp (working copy)
@@ -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;
}
|