Apply patch: ncpfs-hg-commit-455.patch

This commit is contained in:
Mario Fetka
2026-04-28 20:56:04 +02:00
parent 6697b0bf1f
commit a6ec57e2dd
4 changed files with 81 additions and 3 deletions

View File

@@ -521,7 +521,9 @@ static void dumpit(NWCONN_HANDLE conn, const struct nw_info_struct3* info) {
err = NWNSGetEffectiveRights(conn,
dir.volNumber, dir.DosDirNum, &eff);
eff32 = eff;
if (!err) {
eff32 = eff;
}
}
printf(_(" Effective: "));
if (err) {