correct encoding of namespace.c
All checks were successful
Source release / source-package (push) Successful in 1m7s
All checks were successful
Source release / source-package (push) Successful in 1m7s
This commit is contained in:
@@ -935,12 +935,12 @@ static int build_dos_name(DIR_BASE_ENTRY *e, uint8 *fname, int size_fname)
|
||||
return 0;
|
||||
|
||||
strncpy(dir_unix, (char *)unixname, sizeof(dir_unix) - 1);
|
||||
dir_unix[sizeof(dir_unix) - 1] = ' | ||||