提交 5b0a0ded 编写于 作者: J John Bowler

ANSI C overlength string fix

Signed-off-by: NJohn Bowler <jbowler@acm.org>
上级 819b125e
......@@ -321,6 +321,7 @@ usage(FILE *fp)
" --by-image: read by image with png_read_png\n"
" --<transform>: implies by-image, use PNG_TRANSFORM_<transform>\n"
" Otherwise: read by row using png_read_row (to a single row buffer)\n"
/* ISO C90 string length max 509 */);fprintf(stderr,
"{files}:\n"
" PNG files to copy into the assembly and time. Invalid files are skipped\n"
" with appropriate error messages. If no files are given the list of files\n"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册