Skip to content

Commit

Permalink
Fix text error in message (rc file location)
Browse files Browse the repository at this point in the history
  • Loading branch information
ec429 committed Aug 22, 2012
1 parent ab7051f commit e6c0fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.c
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ int rcread(FILE *rcfp)
else
{
char msg[48+strlen(cmd)];
sprintf(msg, "rc: Unrecognised cmd %s in .quirc (ignoring)", cmd);
sprintf(msg, "rc: Unrecognised cmd %s in .quirc/rc (ignoring)", cmd);
atr_failsafe(&s_buf, ERR, msg, "init: ");
nerrors++;
}
Expand Down

0 comments on commit e6c0fd7

Please sign in to comment.