mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-30 22:13:54 +00:00
update bitmap_save return code
This commit is contained in:
parent
cf48f5ee8a
commit
832a8634ab
@ -140,7 +140,7 @@ char *bitmap_save(MMBitmapRef bitmap, char *path, uint16_t type){
|
||||
return "Could not save image to file.";
|
||||
}
|
||||
// destroyMMBitmap(bitmap);
|
||||
return "ok";
|
||||
return "";
|
||||
}
|
||||
|
||||
char *tostring_bitmap(MMBitmapRef bitmap){
|
||||
|
Loading…
Reference in New Issue
Block a user