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


From: Steven Tamm
Subject: [Emacs-diffs] Changes to emacs/src/image.c
Date: Fri, 03 Dec 2004 14:14:09 -0500

Index: emacs/src/image.c
diff -c emacs/src/image.c:1.16 emacs/src/image.c:1.17
*** emacs/src/image.c:1.16      Wed Jun 30 13:11:36 2004
--- emacs/src/image.c   Fri Dec  3 17:00:11 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]