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:
c465378
)
bugfix.
author
kramm
<kramm>
Sat, 16 Feb 2002 20:10:18 +0000
(20:10 +0000)
committer
kramm
<kramm>
Sat, 16 Feb 2002 20:10:18 +0000
(20:10 +0000)
src/swfdump.c
patch
|
blob
|
history
diff --git
a/src/swfdump.c
b/src/swfdump.c
index
e70a425
..
572e890
100644
(file)
--- a/
src/swfdump.c
+++ b/
src/swfdump.c
@@
-229,7
+229,7
@@
void textcallback(int*glyphs, int nr, int fontid)
a = glyphs[t];
}
if(a>=32)
- printf("%c", a,a);
+ printf("%c", a);
else
printf("\\x%x", (int)a);
}