# HG changeset patch # User Alpar Juttner # Date 2010-02-11 10:02:11 # Node ID f58e01094738d5d3c6c1a3f6d7ed9f7ba68ba7b1 # Parent e9c203fb003d6d603fedbfe94a10ec308645e8ea Fix the date field comment of graphToEps() output (#336) 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;