commit | 31491e1ac425edc6b80a670a71ac8d2dfdd78417 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Mar 31 03:04:13 2013 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Apr 09 14:13:22 2013 -0400 |
tree | d7b7c4caef3764bae3ab3e871bc27dd81d8cbb43 | |
parent | b59fb6fdce14bbec226cc4a4b5a4511a715ea6c2 [diff] |
advansys: fix buggered formats - unsigned long != u32 on 64bit asc_prt_line() had been hiding several places where formats had not matched the argument types. The previous commit has finally made them visible... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>