[Lemon-commits] Alpar Juttner: Merge bugfix #336 to branch 1.1
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/c6f725eff737
changeset: 908:c6f725eff737
user: Alpar Juttner <alpar [at] cs.elte.hu>
date: Sun Feb 21 18:55:01 2010 +0100
description:
Merge bugfix #336 to branch 1.1
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
@@ -684,9 +684,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