Apply patch: ncpfs-hg-commit-455.patch
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user