aboutsummaryrefslogtreecommitdiff
path: root/japanese/jstrings/files/patch-remove-typo
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/jstrings/files/patch-remove-typo')
-rw-r--r--japanese/jstrings/files/patch-remove-typo10
1 files changed, 10 insertions, 0 deletions
diff --git a/japanese/jstrings/files/patch-remove-typo b/japanese/jstrings/files/patch-remove-typo
new file mode 100644
index 000000000000..c8108e2aa5da
--- /dev/null
+++ b/japanese/jstrings/files/patch-remove-typo
@@ -0,0 +1,10 @@
+--- utilstr.c.orig Thu Aug 5 14:05:48 2004
++++ utilstr.c Thu Aug 5 14:06:15 2004
+@@ -41,7 +41,6 @@
+ size_t my_strncpy( char *s, const char *t, size_t n )
+ {
+ size_t r = 0;
+- char *s0 = s;
+
+ if( s == NULL || t == NULL || n == 0 )return 0;
+ n--;