-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
237dcbe
commit 6a65f61
Showing
8 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ namespace rtpmididns { | |
const char *VERSION = RTPMIDID_VERSION; | ||
|
||
// NOLINTNEXTLINE (cppcoreguidelines-pro-bounds-pointer-arithmetic) | ||
const char *const CMDLINE_HELP = 1 + R"( | ||
const char *const CMDLINE_HELP = &R"( | ||
Real Time Protocol Music Instrument Digital Interface Daemon v{} | ||
(C) 2019-2023 David Moreno Montero <[email protected]> | ||
Share ALSA sequencer MIDI ports using rtpmidi, and viceversa. | ||
|
@@ -52,7 +52,7 @@ Internet use has not been tested, but may also deliver high latency | |
and jitter. | ||
Options: | ||
)"; | ||
)"[1]; | ||
|
||
struct argument_t { | ||
std::string arg; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters