mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 19:37:45 +01:00
fix scope of a char* [] buffer
This commit is contained in:
parent
a3838f0c66
commit
0b9a54ac32
1 changed files with 1 additions and 0 deletions
|
|
@ -1180,6 +1180,7 @@ Editor::draw_channel_action (int c)
|
|||
{
|
||||
char buf[64];
|
||||
const char* action = 0;
|
||||
char buf[64];
|
||||
RefPtr<Action> act;
|
||||
|
||||
if (c==DRAW_CHAN_AUTO) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue