fixed bug in handling remaining arguments as question pieces
This commit is contained in:
parent
67a494ee54
commit
cfdb0d3f85
@ -240,7 +240,7 @@ int main(int argc, char **argv)
|
||||
if (op_flags & OPT_q)
|
||||
while (argc--) {
|
||||
question += " ";
|
||||
question += *argv--;
|
||||
question += *argv++;
|
||||
}
|
||||
|
||||
// Translation file for Qt
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user