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:
1b790bf
)
char* -> const char*
author
kramm
<kramm>
Sun, 23 Nov 2008 13:51:30 +0000
(13:51 +0000)
committer
kramm
<kramm>
Sun, 23 Nov 2008 13:51:30 +0000
(13:51 +0000)
lib/modules/swftext.c
patch
|
blob
|
history
diff --git
a/lib/modules/swftext.c
b/lib/modules/swftext.c
index
1e689de
..
e62737d
100644
(file)
--- a/
lib/modules/swftext.c
+++ b/
lib/modules/swftext.c
@@
-1325,7
+1325,7
@@
SRECT swf_TextCalculateBBoxUTF8(SWFFONT * font, U8 * s, int scale)
}
-SWFFONT *swf_ReadFont(char *filename)
+SWFFONT *swf_ReadFont(const char *filename)
{
int f;
SWF swf;