patch-2.4.19 linux-2.4.19/fs/nls/nls_base.c

Next file: linux-2.4.19/fs/nls/nls_koi8-ru.c
Previous file: linux-2.4.19/fs/nfsd/vfs.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/fs/nls/nls_base.c linux-2.4.19/fs/nls/nls_base.c
@@ -1,5 +1,5 @@
 /*
- * linux/fs/nls.c
+ * linux/fs/nls_base.c
  *
  * Native language support--charsets and unicode translations.
  * By Gordon Chaffee 1996, 1997
@@ -93,7 +93,7 @@
 				ip++;
 				n--;
 			} else {
-				op += size;
+				op++;
 				ip += size;
 				n -= size;
 			}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)