Mercurial > emacs
diff src/image.c @ 61576:48f3e3d2d0f2
[MAC_OSX] (image_load_quartz2d): Use cfstring_create_with_string.
| author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
|---|---|
| date | Sat, 16 Apr 2005 03:07:05 +0000 |
| parents | 1c6de5f7952b |
| children | 0c2ce5566afa e1fbb019c538 |
line wrap: on
line diff
--- a/src/image.c Sat Apr 16 03:05:43 2005 +0000 +++ b/src/image.c Sat Apr 16 03:07:05 2005 +0000 @@ -2423,7 +2423,7 @@ UNGCPRO; return 0; } - path = cfstring_create_with_utf8_cstring (SDATA (file)); + path = cfstring_create_with_string (file); url = CFURLCreateWithFileSystemPath (NULL, path, kCFURLPOSIXPathStyle, 0); CFRelease (path);
