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:
79bc71e
)
added newline to fprintf(stderr,...).
author
kramm
<kramm>
Mon, 15 Nov 2004 12:21:44 +0000
(12:21 +0000)
committer
kramm
<kramm>
Mon, 15 Nov 2004 12:21:44 +0000
(12:21 +0000)
lib/modules/swfshape.c
patch
|
blob
|
history
diff --git
a/lib/modules/swfshape.c
b/lib/modules/swfshape.c
index
183ef72
..
1bc84c2
100644
(file)
--- a/
lib/modules/swfshape.c
+++ b/
lib/modules/swfshape.c
@@
-416,7
+416,7
@@
int swf_ShapeSetLine(TAG * t,SHAPE * s,S32 x,S32 y)
if(b >= 18) {
if(b >= 18 + 4) {
/* do not split into more than 16 segments. If the line is *that* long, something's broken */
- fprintf(stderr, "Warning: Line to %.2f,%.2f is too long", (double)x,(double)y);
+ fprintf(stderr, "Warning: Line to %.2f,%.2f is too long\n", (double)x,(double)y);
return -1;
} else {
/* split line */