Skip to content

Commit

Permalink
Applied Debian patch 04_timidity_cfg_opts.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 15, 2013
1 parent 53f58cc commit a510dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timidity/timidity.c
Expand Up @@ -153,7 +153,7 @@ static int read_config_file(const char *name)
{
ctl->cmsg(CMSG_ERROR, VERB_NORMAL,
"%s: line %d: syntax error\n", name, line);
return -2;
continue;
}
i=atoi(w[0]);
if (i<0 || i>127)
Expand Down

0 comments on commit a510dd9

Please sign in to comment.