emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r117256: src/image.c: Another fix for last commit


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-24 r117256: src/image.c: Another fix for last commit.
Date: Wed, 18 Jun 2014 16:39:21 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117256
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/17790
committer: Eli Zaretskii <address@hidden>
branch nick: emacs-24
timestamp: Wed 2014-06-18 19:39:14 +0300
message:
  src/image.c: Another fix for last commit.
modified:
  src/image.c                    image.c-20091113204419-o5vbwnq5f7feedwu-2969
=== modified file 'src/image.c'
--- a/src/image.c       2014-06-18 16:35:02 +0000
+++ b/src/image.c       2014-06-18 16:39:14 +0000
@@ -7681,7 +7681,7 @@
        image_error ("Error closing `%s': %s",
                     img->spec, build_string (error_text));
 #else
-      image_error ("Error closing `%s'", img->spec);
+      image_error ("Error closing `%s'", img->spec, Qnil);
 #endif
     }
 


reply via email to

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