Łukasz Krotowski
-
2007-12-29
There is error when building current trunk on Linux x86-64 with gcc 4.2.2. Copying va_list with assignment causes error:
slrn/src/snprintf.c:107: error: incompatible types in assignment
Attached patch fixes that error (I suppose it needs some other checks, like __GNUC__ and __x86_64__ though).