aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-09-18 20:14:02 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-09-18 20:14:02 +0000
commit9f04cbb70e5b05bb058d73aa57678e3872ec1359 (patch)
tree2b57ce0545458670e89438964b322beedd5745f9 /src
parent052609bb2aa7b344d31a1f5aa87f265727319c4d (diff)
downloadcflow-9f04cbb70e5b05bb058d73aa57678e3872ec1359.tar.gz
cflow-9f04cbb70e5b05bb058d73aa57678e3872ec1359.tar.bz2
(print_level): Use 5 digits of reference number width
Diffstat (limited to 'src')
-rw-r--r--src/output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output.c b/src/output.c
index 4390d6d..a3f49e9 100644
--- a/src/output.c
+++ b/src/output.c
@@ -47,7 +47,7 @@ print_level(int lev, int last)
int i;
if (print_line_numbers)
- fprintf(outfile, "%d ", out_line);
+ fprintf(outfile, "%5d ", out_line);
if (print_levels)
fprintf(outfile, "{%4d} ", lev);
fprintf(outfile, "%s", level_begin);

Return to:

Send suggestions and report system problems to the System administrator.