mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Mackie Control: Use space as replacement for invaild characters on TC disp
This commit is contained in:
parent
563309f6d1
commit
4001fc2cff
1 changed files with 1 additions and 1 deletions
|
|
@ -1191,7 +1191,7 @@ translate_seven_segment (char achar)
|
|||
} else if (achar >= 0x20 && achar <= 0x3f) {
|
||||
return achar;
|
||||
} else {
|
||||
return 0x00;
|
||||
return 0x20;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue