git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
3cd41fc
)
removed gcc warning
author
kramm
<kramm>
Sun, 7 Jan 2007 20:32:07 +0000
(20:32 +0000)
committer
kramm
<kramm>
Sun, 7 Jan 2007 20:32:07 +0000
(20:32 +0000)
src/swfc.c
patch
|
blob
|
history
diff --git
a/src/swfc.c
b/src/swfc.c
index
b794e7c
..
e46efa5
100644
(file)
--- 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;