fixed compiler warnings.
[swftools.git] / lib / modules / swfaction.c
index c20e491..933410d 100644 (file)
@@ -312,7 +312,7 @@ void swf_DumpActions(ActionTAG*atag, char*prefix)
                } break;
                case 'p': {
                    U8 type = *data;
-                   char*value = data+1;
+                   unsigned char*value = data+1;
                    if(type == 0) {
                        printf(" String:\"%s\"", value);
                    } else if (type == 1) {