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:
481ad4f
)
fixed compiler warning
author
kramm
<kramm>
Sun, 14 Oct 2007 21:01:40 +0000
(21:01 +0000)
committer
kramm
<kramm>
Sun, 14 Oct 2007 21:01:40 +0000
(21:01 +0000)
lib/devices/arts.c
patch
|
blob
|
history
diff --git
a/lib/devices/arts.c
b/lib/devices/arts.c
index
e3aef2b
..
34f38ce
100644
(file)
--- a/
lib/devices/arts.c
+++ b/
lib/devices/arts.c
@@
-252,7
+252,7
@@
void arts_drawchar(struct _gfxdevice*dev, gfxfont_t*font, int glyphnr, gfxcolor_
gfxline_free(glyph);
}
-void arts_drawlink(struct _gfxdevice*dev, gfxline_t*line, char*action)
+void arts_drawlink(struct _gfxdevice*dev, gfxline_t*line, const char*action)
{
dbg("arts_drawlink");
internal_t*i = (internal_t*)dev->internal;