cannot handle namespace
All checks were successful
Source release / source-package (push) Successful in 41s

This commit is contained in:
Mario Fetka
2026-05-20 06:27:03 +02:00
parent 85888172dd
commit f653a34f38

View File

@@ -1132,7 +1132,7 @@ static int build_dir_info(DIR_BASE_ENTRY *dbe,
#if 0
U32_TO_32(dbe->basehandle, p);
#else
U32_TO_32(name_2_base(nwpath, NAME_DOS, 1), p);
U32_TO_32(dbe->basehandle, p);
#endif
p +=4;
U32_TO_32(nwpath->volume, p);