ipp2p: fix typo in error message

Reference: http://bugs.gentoo.org/show_bug.cgi?id=250407
Reported-by: Mike <empx@gmx.de>
This commit is contained in:
Jan Engelhardt
2009-04-10 19:42:59 +02:00
parent c64a78ffcc
commit 50d14a33c0
2 changed files with 3 additions and 2 deletions

View File

@@ -103,8 +103,8 @@ static int ipp2p_mt_parse(int c, char **argv, int invert, unsigned int *flags,
break;
case 'b': /*cmd: bit*/
param_act(XTF_ONLY_ONCE, "--kazaa", *flags & IPP2P_BIT);
param_act(XTF_NO_INVERT, "--kazaa", invert);
param_act(XTF_ONLY_ONCE, "--bit", *flags & IPP2P_BIT);
param_act(XTF_NO_INVERT, "--bit", invert);
*flags |= IPP2P_BIT;
info->cmd |= IPP2P_BIT;
break;