lxluislxl / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

Invalid format specifier on debug output #351

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In mg_read(..):
On line DEBUG_TRACE(("%p %zu %lld %lld", ..):

Should be %u instead of %zu

A patch is attached.

Original issue reported on code.google.com by nullable...@gmail.com on 6 May 2012 at 7:43

Attachments: