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: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/image.c
Date: Fri, 15 Apr 2005 23:07:05 -0400

Index: emacs/src/image.c
diff -c emacs/src/image.c:1.21 emacs/src/image.c:1.22
*** emacs/src/image.c:1.21      Fri Mar  4 11:07:11 2005
--- emacs/src/image.c   Sat Apr 16 03:07:05 2005
***************
*** 2423,2429 ****
          UNGCPRO;
          return 0;
        }
!       path = cfstring_create_with_utf8_cstring (SDATA (file));
        url = CFURLCreateWithFileSystemPath (NULL, path,
                                           kCFURLPOSIXPathStyle, 0);
        CFRelease (path);
--- 2423,2429 ----
          UNGCPRO;
          return 0;
        }
!       path = cfstring_create_with_string (file);
        url = CFURLCreateWithFileSystemPath (NULL, path,
                                           kCFURLPOSIXPathStyle, 0);
        CFRelease (path);




reply via email to

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