Patrick Winnertz schrieb: > @@ -61,7 +61,7 @@ static inline char* __mhl_str_concat_hlp(const char* base, > ...) > size_t totalsize = 0; > > // first pass: scan through the params and count string sizes > - va_list par; > + //va_list par;
These comments are not valid in C90. And please don't use identifiers that start with a double underscore. They are reserved for the compiler. Roland _______________________________________________ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel
