mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-23 17:59:12 +00:00
update bitmap_save return code
This commit is contained in:
parent
cf48f5ee8a
commit
832a8634ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue