pmap: fix column width, closes 13431

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2021-01-05 19:39:34 +01:00
parent 4a4b453a87
commit 2266c12a79

View File

@ -27,20 +27,14 @@
#include "libbb.h"
#if ULONG_MAX == 0xffffffff
#if ULLONG_MAX == 0xffffffff
# define TABS "\t"
# define AFMT "8"
# define AFMTLL "8"
# define DASHES ""
#else
# define TABS "\t\t"
# define AFMT "16"
# define DASHES "--------"
#endif
#if ULLONG_MAX == 0xffffffff
# define AFMTLL "8"
#else
# define AFMTLL "16"
# define DASHES "--------"
#endif
enum {