commit | 7bcacb1bdb72f60f37a67883f871bbef9ec8c943 | [log] [tgz] |
---|---|---|
author | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | Thu May 26 01:35:19 2011 +0000 |
committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | Thu May 26 01:35:19 2011 +0000 |
tree | 8b540af2f9c993133ddb6cd3a513289dfbe7f549 | |
parent | c0aaf954874841c839c7131505759b9403ec7e4b [diff] |
Eliminate magic numbers indicating maximum column sizes in print.c Without this the magic numbers need to be kept in sync with the maximum length of the strings printed in the corresponding column. if not, an overflow and a nasty ' '-storm occur on executing flashrom -L. Corresponding to flashrom svn r1318. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>