Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mailparse.c
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@ static int extract_part(php_mimepart *part, int decode, php_stream *src, void *c

if (n == 0)
{
zend_error(E_WARNING, "%s(): error reading from file at offset %ld", get_active_function_name(), start_pos);
zend_error(E_WARNING, "%s(): error reading from file at offset" ZEND_LONG_FMT, get_active_function_name(), start_pos);
goto cleanup;
}

Expand Down