Ticket #1779 (closed enhancement: fixed)
[patch] fixed wrong printf format identifier in ffmpeg/ffserver.c
| Reported by: | ettl.martin | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | FFserver |
| Version: | git-master | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
During a code review, i found a wrong printf format identifier in file : ffmpeg/ffserver.c. In this case %d has been used to print an unsigned integer. The attached patch uses %u, which is the correct identifier.
Please refer the attache patch.
Best regards and many thanks
Martin Ettl
Reference:
http://www.cplusplus.com/reference/clibrary/cstdio/printf/
Attachments
Change History
Changed 8 months ago by ettl.martin
-
attachment
printf_format.patch
added
Note: See
TracTickets for help on using
tickets.



proposed patch