git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac4eb30
)
fixed typo in error message
author
kramm
<kramm>
Sat, 3 Dec 2005 14:28:03 +0000
(14:28 +0000)
committer
kramm
<kramm>
Sat, 3 Dec 2005 14:28:03 +0000
(14:28 +0000)
lib/python/tags.c
patch
|
blob
|
history
diff --git
a/lib/python/tags.c
b/lib/python/tags.c
index
2434d44
..
3683673
100644
(file)
--- a/
lib/python/tags.c
+++ b/
lib/python/tags.c
@@
-630,7
+630,7
@@
static PyObject* image_save(PyObject*self, PyObject*args)
{
tag_internals_t*itag = tag_getinternals(self);
if(!image_parse(itag))
- return PY_ERROR("Couldn't parse shape");
+ return PY_ERROR("Couldn't parse image");
image_internal_t*fi = (image_internal_t*)itag->data;
char*filename = 0;