commit | aa516a61b994526e1b09fbe863ea34e553e76017 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Thu Jul 06 16:41:56 2006 +0000 |
committer | Rob Landley <rob@landley.net> | Thu Jul 06 16:41:56 2006 +0000 |
tree | 357c41c62678006207da83bbbfd32785fc5458cb | |
parent | f296f0b77d1115e7b4056613dfcecac11ec45e79 [diff] |
Fix three embarassing thinkos in the new dmesg.c: 1) the c argument shouldn't have had a : after that, dunno how that got there. 2) the xgetlarg for level was using size 3) because xgetlarg's error message _SUCKS_ (it does a show_usage() rather than giving any specific info about the range that was violated) I dropped the range down to 2 bytes. (Which works fine, I dunno why we were nit-picking about that...)