Author: muggenhor
Date: Sun Sep 7 19:51:33 2008
New Revision: 5954
URL: http://svn.gna.org/viewcvs/warzone?rev=5954&view=rev
Log:
Merged revisions r5930:5931 into the 2.1 branch via svnmerge from trunk
........
r5930 | muggenhor | 2008-09-05 21:38:22 +0200 (vr, 05 sep 2008) | 5 lines
* When using a va_list multiple times make sure to va_copy it first
* Because va_copy is C99 provide a fallback for it on non-C99 systems (which
assumes that va_list is just a pointer to the stack)
This fixes ticket:50, thanks to Buginator for finding the cause (though this
solution is different from his suggestion)
........
r5931 | muggenhor | 2008-09-05 22:10:47 +0200 (vr, 05 sep 2008) | 4 lines
* When using a va_list multiple times make sure to va_copy it first
* Make sure to call va_end on all instances of va_list when we're done with
it
Similar to r5930 (which fixed ticket:50)
........
Modified:
branches/2.1/ (props changed)
branches/2.1/lib/framework/printf_ext.c
branches/2.1/lib/framework/wzglobal.h
branches/2.1/lib/ivis_opengl/textdraw.c
branches/2.1/lib/script/chat_parser.y
branches/2.1/lib/script/script_parser.y
branches/2.1/lib/script/stack.c
_______________________________________________
Warzone-commits mailing list
[email protected]
https://mail.gna.org/listinfo/warzone-commits