summaryrefslogtreecommitdiff
path: root/decodenas.c
diff options
context:
space:
mode:
Diffstat (limited to 'decodenas.c')
-rw-r--r--decodenas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/decodenas.c b/decodenas.c
index 56b9f33..befa2eb 100644
--- a/decodenas.c
+++ b/decodenas.c
@@ -56,7 +56,7 @@ static void
AudioSimpleDump (int type, FD fd, short Major, short Minor, long bytes)
{
PrintTime ();
- fprintf (stdout, "@@%s %3d %3d %3d %7d\n",
+ fprintf (stdout, "@@%s %3d %3d %3d %7ld\n",
simple_names[type],
ClientNumber(fd),
Major, Minor, bytes);