We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218e5c7 commit cfb060fCopy full SHA for cfb060f
src/os/osx/host-image.c
@@ -34,7 +34,7 @@
34
35
/***********************************************************************
36
**
37
-*/ void OS_Load_Image(REBUNI *uri, REBCNT frame, REBCDI *codi)
+*/ void OS_Load_Image(const char *uri, REBCNT frame, REBCDI *codi)
38
/*
39
** Decodes image from specified file. If its multi-image type, it's possible
40
** to specify which frame to load.
@@ -46,7 +46,7 @@
46
47
48
49
-*/ void OS_Save_Image(REBUNI *uri, REBCDI *codi)
+*/ void OS_Save_Image(const char *uri, REBCDI *codi)
50
51
** Encodes image to specified file.
52
0 commit comments