X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fmodules%2Fswfaction.c;h=70ddf3eabf288b51937c47945f4d06447622b153;hb=d2238a05fee8463d460bbb4a0c22c021b560c096;hp=051de9b7ca22fd3ad968928297172aa2992b21a0;hpb=80cc20b7784cccc9d8baf9839f9781db6bb6f539;p=swftools.git diff --git a/lib/modules/swfaction.c b/lib/modules/swfaction.c index 051de9b..70ddf3e 100644 --- a/lib/modules/swfaction.c +++ b/lib/modules/swfaction.c @@ -1067,7 +1067,7 @@ ActionTAG* action_GotoLabel(ActionTAG*atag, char* label) char*ptr = strdup(label); return swf_AddActionTAG(atag, ACTION_GOTOLABEL, (U8*)ptr, strlen(ptr)); } -ActionTAG* action_GetUrl(ActionTAG*atag, char* url, char* label) +ActionTAG* action_GetUrl(ActionTAG*atag, const char* url, char* label) { int l1= strlen(url); int l2= strlen(label);