Mehmet Yavuz Selim Soyturk Wed, 18 Apr 2007 02:19:52 -0700
+ format[sizeof(format - 1)] = '\0';
Shouldn't that be 'format[sizeof(format) - 1]' ? -- Mehmet