[PATCH 1/6] ntdll: fix wrong return values in get_dir_case_sensitivity_stat()
9 Nov
2020
9 Nov
'20
10:49 p.m.
It should be returning TRUE (= case sensitive) on failure as case sensitive is the safe assumption, but some returns are FALSE on failure and even TRUE when case insensitive. Fix that. Signed-off-by: Damjan Jovanovic <damjan.jov(a)gmail.com> --- dlls/ntdll/unix/file.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
1948
Age (days ago)
1948
Last active (days ago)
0 comments
1 participants
participants (1)
-
Damjan Jovanovic