On 07/26/2009 02:37 PM, André Hentschel wrote:
dlls/ntdll/server.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
iff could be an abbreviation for "if and only if" (equivalence relationship), so it may not be an error after all (but I haven't checked the code).
Frédéric
Frédéric Delanoy schrieb:
On 07/26/2009 02:37 PM, André Hentschel wrote:
dlls/ntdll/server.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
iff could be an abbreviation for "if and only if" (equivalence relationship), so it may not be an error after all (but I haven't checked the code).
Frédéric
Didnt knew that. I also didnt checked the code, i just saw the two f's and fixed them. So it might be wrong.
On 07/26/2009 03:59 PM, André Hentschel wrote:
Frédéric Delanoy schrieb:
On 07/26/2009 02:37 PM, André Hentschel wrote:
dlls/ntdll/server.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
iff could be an abbreviation for "if and only if" (equivalence relationship), so it may not be an error after all (but I haven't checked the code).
Frédéric
Didnt knew that. I also didnt checked the code, i just saw the two f's and fixed them. So it might be wrong.
After some checking, the original iff is correct (even if the value of needs_close parameter is currently discarded, but that's an other story]).
So this patch should be discarded IMO