X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fmodules%2Fswfaction.c;h=051de9b7ca22fd3ad968928297172aa2992b21a0;hb=80cc20b7784cccc9d8baf9839f9781db6bb6f539;hp=44cbee26e8cbe6ac6779708d8ca938a3cb8b9bf7;hpb=8aa70763b70b1eaacd67aa08df5b4c1774e43ec8;p=swftools.git diff --git a/lib/modules/swfaction.c b/lib/modules/swfaction.c index 44cbee2..051de9b 100644 --- a/lib/modules/swfaction.c +++ b/lib/modules/swfaction.c @@ -1015,7 +1015,7 @@ ActionTAG* action_PushLookup16(ActionTAG*atag, U16 index) *(U8*)&atag->tmp[2] = index>>8; return atag; } -ActionTAG* action_PushString(ActionTAG*atag, char*str) +ActionTAG* action_PushString(ActionTAG*atag, const char*str) { int l = strlen(str); char*ptr = (char*)rfx_alloc(l+2);