gflSaveBitmap parametr bug

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: XnTriq, helmut, xnview

Zai++
Posts: 21
Joined: Fri Nov 18, 2005 4:57 pm
Location: Moscow

gflSaveBitmap parametr bug

Post 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*".
MaierMan
Posts: 78
Joined: Wed Aug 04, 2004 8:32 pm

Post by MaierMan »

Not "must" but "should".
I second this request