aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sh/fnxform.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sh/fnxform.c')
-rw-r--r--lib/sh/fnxform.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sh/fnxform.c b/lib/sh/fnxform.c
index d95274f..d7e1b5a 100644
--- a/lib/sh/fnxform.c
+++ b/lib/sh/fnxform.c
@@ -1,6 +1,6 @@
/* fnxform - use iconv(3) to transform strings to and from "filename" format */
-/* Copyright (C) 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2010 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
@@ -72,7 +72,7 @@ curencoding ()
mod = strchr (dot, '@');
if (mod)
*mod = '\0';
- return dot;
+ return ++dot;
#endif
}