# HG changeset patch
# User Alpar Juttner <alpar@cs.elte.hu>
# Date 1265878931 -3600
# Node ID 6e919f777fdb2ddecd7687ea7d4482e753a00f1e
# Parent a7e93de12cbda2267756b130476b8e84572002bf
Fix the date field comment of graphToEps() output (#336)
diff --git a/lemon/graph_to_eps.h b/lemon/graph_to_eps.h
a
|
b
|
|
684 | 684 | os << cbuf; |
685 | 685 | #else |
686 | 686 | os << bits::getWinFormattedDate(); |
| 687 | os << std::endl; |
687 | 688 | #endif |
688 | 689 | } |
689 | | os << std::endl; |
690 | 690 | |
691 | 691 | if (_autoArcWidthScale) { |
692 | 692 | double max_w=0; |