# HG changeset patch # User Alpar Juttner # Date 1266774901 -3600 # Node ID c6f725eff7373a86fb06b9f570afdda5b6b4c242 # Parent 91d50cfe924edb1127d189701876259a859c481a# Parent f58e01094738d5d3c6c1a3f6d7ed9f7ba68ba7b1 Merge bugfix #336 to branch 1.1 diff -r 91d50cfe924e -r c6f725eff737 lemon/graph_to_eps.h --- a/lemon/graph_to_eps.h Sun Feb 14 23:12:59 2010 +0100 +++ b/lemon/graph_to_eps.h Sun Feb 21 18:55:01 2010 +0100 @@ -684,9 +684,9 @@ os << cbuf; #else os << bits::getWinFormattedDate(); + os << std::endl; #endif } - os << std::endl; if (_autoArcWidthScale) { double max_w=0;