projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4335f42
)
src/image.c: Another fix for last commit.
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 18 Jun 2014 16:39:14 +0000
(19:39 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 18 Jun 2014 16:39:14 +0000
(19:39 +0300)
Fixes: debbugs:17790
src/image.c
patch
|
blob
|
history
diff --git
a/src/image.c
b/src/image.c
index 4e4447167d26fc96723094ac3673a936960794c0..6eb30dbe813675c5dfc81d5a884e63f954428c2b 100644
(file)
--- a/
src/image.c
+++ b/
src/image.c
@@
-7681,7
+7681,7
@@
gif_load (struct frame *f, struct image *img)
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
}