%03x --> %x_, because the former does not work on System V

This commit is contained in:
ceriel 1987-02-09 16:35:24 +00:00
parent cea6f4751e
commit 78a60d9959

View file

@ -26,7 +26,7 @@
#define cst_fmt "$0%o"
#define off_fmt "0%o"
#define ilb_fmt "I%03x%x"
#define ilb_fmt "I%x_%x"
#define dlb_fmt "_%d"
#define hol_fmt "hol%d"