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

This commit is contained in:
Mario Fetka
2026-04-28 20:56:03 +02:00
parent b417a518c5
commit 4d94ea705a
96 changed files with 3398 additions and 431 deletions

View File

@@ -230,7 +230,7 @@ NWDSCCODE NWDSGetDSVerInfo(
switch (version) {
case 0x00000009:
{
char asciiName[MAX_TREE_NAME_CHARS + 1];
unsigned char asciiName[MAX_TREE_NAME_CHARS + 1];
nuint32 asciiNameLen;
dserr = NWDSBufGetLE32(&buf, &asciiNameLen);