summaryrefslogtreecommitdiff
path: root/apps/system/vi/vi.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/vi/vi.c')
-rw-r--r--apps/system/vi/vi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/system/vi/vi.c b/apps/system/vi/vi.c
index 6c145a23d..c2524f887 100644
--- a/apps/system/vi/vi.c
+++ b/apps/system/vi/vi.c
@@ -3636,7 +3636,7 @@ int vi_main(int argc, char **argv)
}
else
{
- fprintf(stderr, "ERROR: Column value out of range: %ld\n",
+ fprintf(stderr, "ERROR: Column value out of range: %lu\n",
value);
vi_showusage(vi, argv[0], EXIT_FAILURE);
}
@@ -3652,7 +3652,7 @@ int vi_main(int argc, char **argv)
}
else
{
- fprintf(stderr, "ERROR: Row value out of range: %ld\n",
+ fprintf(stderr, "ERROR: Row value out of range: %lu\n",
value);
vi_showusage(vi, argv[0], EXIT_FAILURE);
}