Skip to content

Commit

Permalink
BACKENDS: fix FTBFS on GNU Hurd by replacing MAXHOSTNAMELEN with NI_M…
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyjob committed Jun 17, 2013
1 parent 4401f40 commit 61b4981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/midi/timidity.cpp
Expand Up @@ -148,7 +148,7 @@ MidiDriver_TIMIDITY::MidiDriver_TIMIDITY() {

int MidiDriver_TIMIDITY::open() {
char *res;
char timidity_host[MAXHOSTNAMELEN];
char timidity_host[NI_MAXHOST];
int timidity_port, data_port, i;

/* count ourselves open */
Expand Down

0 comments on commit 61b4981

Please sign in to comment.