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:
a40f2d7
)
fixed gfxline restitching issue
author
Matthias Kramm
<kramm@quiss.org>
Fri, 16 Apr 2010 01:28:16 +0000
(18:28 -0700)
committer
Matthias Kramm
<kramm@quiss.org>
Fri, 16 Apr 2010 01:28:16 +0000
(18:28 -0700)
lib/gfxtools.c
patch
|
blob
|
history
diff --git
a/lib/gfxtools.c
b/lib/gfxtools.c
index
35d4eff
..
7160033
100644
(file)
--- a/
lib/gfxtools.c
+++ b/
lib/gfxtools.c
@@
-1054,6
+1054,7
@@
gfxline_t* gfxline_restitch(gfxline_t*line)
gfxpoint_t xy = {line->x, line->y};
dict_put(rev, &xy, prev);
line->next = 0;
+ prev=0;
}
}
line = next;