Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUILD: applet: fix build on some 32-bit archs
The to_forward field was added to debugging output of applets with commit 62a81cb ("MINOR: applet: Add callback function to deal with zero-copy forwarding"), though it's a size_t printed as %lu, which causes complaints on 32-bit archs. Let's just cast as %lu. No backport is needed.
- Loading branch information