X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fswfc.c;h=e46efa545bd4ebbfc50bcb11c07061703f293289;hp=b794e7c577ddaaf31b53299017d37b845801c217;hb=9a8ddef2f3d19eaebdc8f3f7e9fb7116f1604b15;hpb=3cd41fca50349a2e03d5bca74fc5b38d76a4238a diff --git a/src/swfc.c b/src/swfc.c index b794e7c..e46efa5 100644 --- a/src/swfc.c +++ b/src/swfc.c @@ -1755,7 +1755,7 @@ typedef int command_func_t(map_t*args); SRECT parseBox(char*str) { - SRECT r; + SRECT r = {0,0,0,0}; float xmin, xmax, ymin, ymax; char*x = strchr(str, 'x'); char*d1=0,*d2=0;