mirror of https://github.com/CGAL/cgal
yet another printf "-" fix for Linux.
This commit is contained in:
parent
28d89bd93f
commit
e39cbafa58
|
|
@ -1532,7 +1532,7 @@ print_headline()
|
|||
write_buffer "$1\n"
|
||||
write_buffer "$_MENU_LINE_EMPTY\r${_LEFTSPACE}**"
|
||||
string_n_print " " $_result
|
||||
string_n_print "-" $l
|
||||
string_n_print "=" $l
|
||||
write_buffer "\n"
|
||||
print_empty_line
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue