mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 13:47:13 +01:00
MSVC build fixed
This commit is contained in:
@@ -421,7 +421,7 @@ XMLNode XMLNode::openFileHelper(XMLCSTR filename, XMLCSTR tag)
|
||||
// create message
|
||||
char message[2000],*s1=(char*)"",*s3=(char*)""; XMLCSTR s2=_CXML("");
|
||||
if (pResults.error==eXMLErrorFirstTagNotFound) { s1=(char*)"First Tag should be '"; s2=tag; s3=(char*)"'.\n"; }
|
||||
snprintf(message,2000,
|
||||
sprintf(message,
|
||||
#ifdef _XMLWIDECHAR
|
||||
"XML Parsing error inside file '%S'.\n%S\nAt line %i, column %i.\n%s%S%s"
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user