[Lemon-commits] Alpar Juttner: Merge bugfix #336 to branch 1.0
Lemon HG
hg at lemon.cs.elte.hu
Sun Feb 21 18:56:12 CET 2010
details: http://lemon.cs.elte.hu/hg/lemon/rev/07800ca13a80
changeset: 907:07800ca13a80
user: Alpar Juttner <alpar [at] cs.elte.hu>
date: Sun Feb 21 18:54:45 2010 +0100
description:
Merge bugfix #336 to branch 1.0
diffstat:
lemon/graph_to_eps.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (14 lines):
diff --git a/lemon/graph_to_eps.h b/lemon/graph_to_eps.h
--- a/lemon/graph_to_eps.h
+++ b/lemon/graph_to_eps.h
@@ -687,9 +687,9 @@
os << cbuf;
#else
os << bits::getWinFormattedDate();
+ os << std::endl;
#endif
}
- os << std::endl;
if (_autoArcWidthScale) {
double max_w=0;
More information about the Lemon-commits
mailing list