summaryrefslogtreecommitdiffstats
path: root/contrib/opie/permsfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/opie/permsfile.c')
-rw-r--r--contrib/opie/permsfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/opie/permsfile.c b/contrib/opie/permsfile.c
index 13b3ea3..ece04b5 100644
--- a/contrib/opie/permsfile.c
+++ b/contrib/opie/permsfile.c
@@ -2,7 +2,7 @@
functionality to set device permissions on login
%%% portions-copyright-cmetz-96
-Portions of this software are Copyright 1996-1998 by Craig Metz, All Rights
+Portions of this software are Copyright 1996-1999 by Craig Metz, All Rights
Reserved. The Inner Net License Version 2 applies to these portions of
the software.
You should have received a copy of the license with this software. If
@@ -48,7 +48,7 @@ char **ftpglob __P((char *));
VOIDRET opiefatal FUNCTION((x), char *x)
{
- fprintf(stderr, "%s", x);
+ fprintf(stderr, x);
exit(1);
}
OpenPOWER on IntegriCloud