X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fpython%2Ftags.c;h=2cd47c951a190735f2b35027a680291af194a9ca;hp=455e87fc932cfab4bf7b5561ce52b16ddfedffa7;hb=05861649cece70d65e7ba84c3696039c0143ce9c;hpb=9739339c7613bae100ce4971c9c66d9d586ea94d diff --git a/lib/python/tags.c b/lib/python/tags.c index 455e87f..2cd47c9 100644 --- a/lib/python/tags.c +++ b/lib/python/tags.c @@ -186,7 +186,7 @@ static PyObject* po_create(PyObject* self, PyObject* args, PyObject* kwargs,char po->depth = depth; po->clipdepth = clipdepth; po->ratio = ratio; - po->name = (unsigned char*)name; + po->name = name; po->move = move; if(clipdepth) po->clipdepth = clipdepth; if(matrix) po->matrix = matrix_getMatrix(matrix);