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:
89a192e
)
fixed getTagName so that it returns 0 if the Tag has no name
author
kramm
<kramm>
Mon, 29 Oct 2001 22:09:55 +0000
(22:09 +0000)
committer
kramm
<kramm>
Mon, 29 Oct 2001 22:09:55 +0000
(22:09 +0000)
lib/modules/swfdump.c
patch
|
blob
|
history
diff --git
a/lib/modules/swfdump.c
b/lib/modules/swfdump.c
index
f30202d
..
fe48ee9
100644
(file)
--- a/
lib/modules/swfdump.c
+++ b/
lib/modules/swfdump.c
@@
-128,4
+128,5
@@
char* getTagName(TAG*tag)
case ST_REFLEX:
return "REFLEX";
}
+ return 0;
}