summaryrefslogtreecommitdiff
path: root/libc/iconv/iconv_prog.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/iconv/iconv_prog.c')
-rw-r--r--libc/iconv/iconv_prog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/iconv/iconv_prog.c b/libc/iconv/iconv_prog.c
index db917c5a3..b99d35367 100644
--- a/libc/iconv/iconv_prog.c
+++ b/libc/iconv/iconv_prog.c
@@ -1,5 +1,5 @@
/* Convert text in given files from the specified from-set to the to-set.
- Copyright (C) 1998-2011, 2012 Free Software Foundation, Inc.
+ Copyright (C) 1998-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
@@ -156,7 +156,7 @@ main (int argc, char *argv[])
if (*errhand == '/')
{
--nslash;
- errhand = strchrnul (errhand, '/');
+ errhand = strchrnul (errhand + 1, '/');
if (*errhand == '/')
{