| ... | ... |
@@ -684,15 +684,15 @@ |
| 684 | 684 |
|
| 685 | 685 |
char cbuf[26]; |
| 686 | 686 |
ctime_r(&tv.tv_sec,cbuf); |
| 687 | 687 |
os << cbuf; |
| 688 | 688 |
#else |
| 689 | 689 |
os << bits::getWinFormattedDate(); |
| 690 |
os << std::endl; |
|
| 690 | 691 |
#endif |
| 691 | 692 |
} |
| 692 |
os << std::endl; |
|
| 693 | 693 |
|
| 694 | 694 |
if (_autoArcWidthScale) {
|
| 695 | 695 |
double max_w=0; |
| 696 | 696 |
for(ArcIt e(g);e!=INVALID;++e) |
| 697 | 697 |
max_w=std::max(double(_arcWidths[e]),max_w); |
| 698 | 698 |
if(max_w>EPSILON) {
|
0 comments (0 inline)