mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix i386 build after r351368
Reported by: cy Submitted by: cy
This commit is contained in:
parent
4d93130daf
commit
acef7371c5
1 changed files with 1 additions and 1 deletions
|
|
@ -418,7 +418,7 @@ do_qXfer_threads_read(void)
|
|||
*/
|
||||
if (offset != 0) {
|
||||
if (offset != ctx.qXfer.last_offset) {
|
||||
printf("%s: Resumed offset %ju != expected %ju\n",
|
||||
printf("%s: Resumed offset %ju != expected %zu\n",
|
||||
__func__, offset, ctx.qXfer.last_offset);
|
||||
error = ESPIPE;
|
||||
goto request_error;
|
||||
|
|
|
|||
Loading…
Reference in a new issue