commit | 15fe2e11d7886d04450cabc8b40f0d396b6b6d85 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Mon May 08 02:53:23 2006 +0000 |
committer | Rob Landley <rob@landley.net> | Mon May 08 02:53:23 2006 +0000 |
tree | 5bd4757d5fd5076e8caeee1866f66e942c8f454d | |
parent | 17507fa4c506269f169ff8e99948086ced58f89f [diff] |
Shrink the code about 50 bytes, allocate less run-time memory, and add a comment that null terminating the string we sscanf() shouldn't be required since the kernel adds \n to the end of it and sscanf will stop there.