[PATCH 1/6] ntdll: fix wrong return values in get_dir_case_sensitivity_stat()
Nov. 9, 2020
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(-)
1962
Age (days ago)
1962
Last active (days ago)
0 comments
1 participants
participants (1)
-
Damjan Jovanovic