Codebase list jacktrip / 9e47f9a
shortened line separator in console printout lintian complained about unbreakable lines in the manpage, which were due to an overlong "qLineSeparator" consisting of 60 or so dashes. since there is no functionality in the line separator (apart from separating different sections in the console printout) i shrank it to an empty line IOhannes m zmölnig 13 years ago
2 changed file(s) with 26 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Description: shortened gPrintSeparator for nicer help2man output
1 Author: IOhannes m zmoelnig <zmoelnig@iem.at>
2
3 --- jacktrip.orig/src/jacktrip_globals.h
4 +++ jacktrip/src/jacktrip_globals.h
5 @@ -70,7 +70,7 @@
6 //*******************************************************************************
7 /// \name Separator for terminal printing
8 //@{
9 -const char* const gPrintSeparator = "---------------------------------------------------------";
10 +const char* const gPrintSeparator = "";
11 //@}
12
13
14 --- jacktrip.orig/src/Settings.cpp
15 +++ jacktrip/src/Settings.cpp
16 @@ -247,7 +247,7 @@
17 cout << "Copyright (c) 2008-2009 Juan-Pablo Caceres, Chris Chafe." << endl;
18 cout << "SoundWIRE group at CCRMA, Stanford University" << endl;
19 cout << "VERSION: " << gVersion << endl;
20 - cout << "-----------------------------------------------------------------------------" << endl;
21 + cout << gPrintSeparator << endl;
22 cout << "" << endl;
23 cout << "Usage: jacktrip [-s|-c host] [options]" << endl;
24 cout << "" << endl;
0 manpage-has-errors-from-man