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
(parent:
821eebe
)
fixed typo.
author
kramm
<kramm>
Wed, 18 Aug 2004 16:40:56 +0000
(16:40 +0000)
committer
kramm
<kramm>
Wed, 18 Aug 2004 16:40:56 +0000
(16:40 +0000)
lib/rfxswf.c
patch
|
blob
|
history
diff --git
a/lib/rfxswf.c
b/lib/rfxswf.c
index
aea9a93
..
ca87274
100644
(file)
--- a/
lib/rfxswf.c
+++ b/
lib/rfxswf.c
@@
-456,7
+456,7
@@
void swf_ExpandRect3(SRECT*src, SPOINT center, int radius)
src->ymin = center.y-radius;
src->xmax = center.x+radius;
src->ymax = center.y+radius;
- if((center.x|cetner.y|radius) == 0) src->xmax++; //make sure the bbox is not NULL anymore
+ if((center.x|center.y|radius) == 0) src->xmax++; //make sure the bbox is not NULL anymore
return;
}
if(center.x - radius < src->xmin)