Skip to content

Commit

Permalink
possible bugfix: return nPorts
Browse files Browse the repository at this point in the history
  • Loading branch information
coderofsalvation committed Jul 6, 2023
1 parent d63efeb commit 7e91714
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/midi/posix/MidiReceiver_pthread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,5 @@ unsigned int MidiReceiver::countPorts()
}
delete midiin;
midiin = NULL;
}
return nPorts;
}

0 comments on commit 7e91714

Please sign in to comment.