Add new snprintf/vsnprintf implementation. This should fix the compability
problems between Win32 (with its broken implementation) and the standard stdio API. Also fixed a bug in debug output where long messages got truncated to 1023 chars, and in xmpp_stanza_to_text where long stanzas got truncated by one character.
This commit is contained in:
@@ -46,6 +46,7 @@ Sources = Split("""
|
||||
md5.c
|
||||
util.c
|
||||
thread.c
|
||||
snprintf.c
|
||||
oocontext.cpp
|
||||
oostanza.cpp
|
||||
""")
|
||||
|
||||
Reference in New Issue
Block a user