Small patch to handler_fire_stanza() from Matthew Wild <mwild1@gmail.com>. prev was not advanced along with item.

This commit is contained in:
Jack Moffitt
2008-08-26 04:44:19 +00:00
parent 2befeee9e5
commit ade38ae188
5 changed files with 31 additions and 20 deletions

View File

@@ -48,7 +48,7 @@ Sources = Split("""
util.c
thread.c
snprintf.c
tls_dummy.c
tls_gnutls.c
oocontext.cpp
oostanza.cpp
""")
@@ -98,7 +98,7 @@ Default(strophe)
exenv = env.Clone()
exenv.Append(CPPPATH=['.'])
exenv.Append(LIBS=["strophe", "expat"])
exenv.Append(LIBS=["strophe", "expat", "gnutls"])
exenv.Append(LIBPATH=["."])
if exenv["PLATFORM"] == "win32":
exenv.Append(LIBS=["ws2_32", "winmm"])