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, 0 insertions, 10 deletions
diff --git a/japanese/jstrings/files/patch-remove-typo b/japanese/jstrings/files/patch-remove-typo
deleted file mode 100644
index c8108e2aa5da..000000000000
--- a/japanese/jstrings/files/patch-remove-typo
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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--;