comparison fmt-conversion.c @ 34211:203e14dbbe53

configure: remove erroneous extra set of braces from vsscanf test POSIX does not make any promises about the layout of va_list. Thus initializing it with extra braces might fail to compile on systems with perfectly fine vsscanf support. Skip the initialization instead, which also avoids warnings.
author diego
date Fri, 04 Nov 2011 14:29:31 +0000
parents 47e1375c4d79
children 7d93d0f72802
comparison
equal deleted inserted replaced
34210:de376e7bcd65 34211:203e14dbbe53