Page 1 of 1

gflSaveBitmap parametr bug

Posted: Tue May 22, 2007 12:18 pm
by Zai++
Hello!

Tiny bug in

extern GFLEXTERN GFL_ERROR GFLAPI gflSaveBitmap(char* filename, const GFL_BITMAP *bitmap, const GFL_SAVE_PARAMS* params );

Parametr "filename" must be "const char*" instead of "char*".

Posted: Mon May 28, 2007 4:25 am
by MaierMan
Not "must" but "should".
I second this request