diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-05-10 13:51:52 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-05-10 13:51:52 +0000 |
commit | db145c66a9e70ae89b574bc28c755983775f7323 (patch) | |
tree | 0939d340e80a66813d75607f55210cdea2b7230b /japanese/jstrings/files/patch-remove-typo | |
parent | - Back to run as root by default and add options to change it (diff) |
Add jstrings 0.6, japanese enhancement of strings(1) command.
PR: ports/70017
Submitted by: Ryo Okamoto
Diffstat (limited to 'japanese/jstrings/files/patch-remove-typo')
-rw-r--r-- | japanese/jstrings/files/patch-remove-typo | 10 |
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--; |