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:
8044184
)
made a log message more precise
author
kramm
<kramm>
Sun, 6 Mar 2005 20:18:54 +0000
(20:18 +0000)
committer
kramm
<kramm>
Sun, 6 Mar 2005 20:18:54 +0000
(20:18 +0000)
lib/modules/swftools.c
patch
|
blob
|
history
diff --git
a/lib/modules/swftools.c
b/lib/modules/swftools.c
index
c4f6e05
..
053acaf
100644
(file)
--- a/
lib/modules/swftools.c
+++ b/
lib/modules/swftools.c
@@
-852,7
+852,8
@@
void swf_Relocate (SWF*swf, char*bitmap)
for(t=0;t<num;t++) {
int id = GET16(&tag->data[ptr[t]]);
if(slaveids[id]<0) {
- fprintf(stderr, "swf_Relocate: Mapping id never encountered before: %d\n", id);
+ fprintf(stderr, "swf_Relocate: Mapping id (%d) never encountered before in %s\n", id,
+ swf_TagGetName(tag));
return ;
}
id = slaveids[id];