bug 375, select correct input line,
reported by Bohdan Tkhir
This commit is contained in:
parent
68230648c6
commit
54d9ec93cb
|
|
@ -1698,7 +1698,7 @@ recifeval(struct card *pdeck)
|
|||
iffound = 0;
|
||||
*s = '*';
|
||||
if (!iftrue) {
|
||||
s = pdeck->line + 7;
|
||||
s = nd->line + 7;
|
||||
elseiftrue = atoi(s);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue