mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-03 23:53: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.";
|
return "Could not save image to file.";
|
||||||
}
|
}
|
||||||
// destroyMMBitmap(bitmap);
|
// destroyMMBitmap(bitmap);
|
||||||
return "ok";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
char *tostring_bitmap(MMBitmapRef bitmap){
|
char *tostring_bitmap(MMBitmapRef bitmap){
|
||||||
|
Loading…
Reference in New Issue
Block a user