zjlyou / openjpeg

Automatically exported from code.google.com/p/openjpeg
Other
0 stars 0 forks source link

Undefined printf format specifier %ud used in code #494

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
%ud is used in places in the code, but %ud is not defined in c for formatted 
text.  Unsigned decimal integer should be specified as %u.

So, for example, it is not possible to manually specify progression order 
changes on the command line, because the command line parser is looking for 

sscanf(s, "T%ud=%ud,%ud,%ud,%ud,%ud,%4s",.....

Original issue reported on code.google.com by boxe...@gmail.com on 25 May 2015 at 11:34

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r3005.

Original comment by m.darb...@gmail.com on 28 May 2015 at 10:16