blob: 9fc3db1ee224eabf7d3b3458afeb7430ced77f63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/cisPath/src/cisPath.cpp b/cisPath/src/cisPath.cpp
index 6c2f6c9..858ea4d 100644
--- a/cisPath/src/cisPath.cpp
+++ b/cisPath/src/cisPath.cpp
@@ -3552,7 +3552,7 @@ bool processWebInput(const char *input, bool addSwiss2Swiss, bool detectPathFlag
}
if(tokens.size() != 7){
PRINTFUNCTION("Invalid file format!\n");
- PRINTFUNCTION(buffer);
+ PRINTFUNCTION("%s", buffer);
return false;
}
/////////////////////////////////////
|