summaryrefslogtreecommitdiff
path: root/src/cmd/6l
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/6l')
-rw-r--r--src/cmd/6l/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/6l/list.c b/src/cmd/6l/list.c
index aaf45c4dd..5040e4327 100644
--- a/src/cmd/6l/list.c
+++ b/src/cmd/6l/list.c
@@ -57,7 +57,7 @@ Pconv(Fmt *fp)
switch(p->as) {
case ATEXT:
if(p->from.scale) {
- fmtprint(fp, "(%d) %A %D,%d,%D",
+ fmtprint(fp, "(%d) %A %D,%d,%lD",
p->line, p->as, &p->from, p->from.scale, &p->to);
break;
}