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

@@ -303,7 +303,7 @@ static void _PutFilterFirstPass(
} else {
/* different operand: go to next node in created
chain */
last_q = (struct _filter_node**)&q->value;
last_q = (struct _filter_node**)(void*)&q->value;
q = q->value;
}
}