mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
const char* fixes for some version of gcc
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5124 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
55435c1b6d
commit
4e977a2aca
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ MIDI::byte
|
|||
MIDI::decode_controller_name (const char *name)
|
||||
|
||||
{
|
||||
char *lparen;
|
||||
const char *lparen;
|
||||
size_t len;
|
||||
|
||||
if ((lparen = strrchr (name, '(')) != 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue