j
k
j a
j l
Vladimir Prus writes:
I have applied your patch, thanks! There was a minor issue with the testcase, namely: char* cmdline6_[] = { "--imp=1 -m" }; should have being: char* cmdline6_[] = { "--imp=1", "-m" }; But otherwise there were no problems.
I have applied your patch, thanks! There was a minor issue with the testcase, namely:
char* cmdline6_[] = { "--imp=1 -m" };
should have being:
char* cmdline6_[] = { "--imp=1", "-m" };
But otherwise there were no problems.
Thanks! Bryan
Back to the thread
Back to the list