emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/image.c [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/image.c [emacs-unicode-2]
Date: Wed, 08 Dec 2004 00:47:54 -0500

Index: emacs/src/image.c
diff -c emacs/src/image.c:1.6.4.3 emacs/src/image.c:1.6.4.4
*** emacs/src/image.c:1.6.4.3   Tue Jul  6 02:57:11 2004
--- emacs/src/image.c   Wed Dec  8 05:02:18 2004
***************
*** 2416,2423 ****
          UNGCPRO;
          return 0;
        }
!       path = CFStringCreateWithCString (NULL, SDATA (file),
!                                       kCFStringEncodingUTF8);
        url = CFURLCreateWithFileSystemPath (NULL, path,
                                           kCFURLPOSIXPathStyle, 0);
        CFRelease (path);
--- 2416,2422 ----
          UNGCPRO;
          return 0;
        }
!       path = cfstring_create_with_utf8_cstring (SDATA (file));
        url = CFURLCreateWithFileSystemPath (NULL, path,
                                           kCFURLPOSIXPathStyle, 0);
        CFRelease (path);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]