commit | d2a6eb4b1e10bee0ed971d77a6847d33992f4bba | [log] [tgz] |
---|---|---|
author | Adrian Grange <agrange@google.com> | Thu Apr 21 15:45:57 2011 -0700 |
committer | Adrian Grange <agrange@google.com> | Thu Apr 21 15:45:57 2011 -0700 |
tree | c960636fab491fb15b889f0120990647384d9380 | |
parent | 7a49accd0b65453057762929efc7eed93deba043 [diff] |
Corrected format specifiers in debug print statements The arguments to these fprintfs are int not long int so the format specifier should be "%d" and not "%ld". This was writing garbage in the linux build. Change-Id: I3d2aa8a448d52e6dc08858d825bf394929b47cf3