[Lemon-commits] Alpar Juttner: Fix the date field comment of gra...
Lemon HG
hg at lemon.cs.elte.hu
Sun Feb 21 18:56:11 CET 2010
details: http://lemon.cs.elte.hu/hg/lemon/rev/f58e01094738
changeset: 906:f58e01094738
user: Alpar Juttner <alpar [at] cs.elte.hu>
date: Thu Feb 11 10:02:11 2010 +0100
description:
Fix the date field comment of graphToEps() output (#336)
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