From db145c66a9e70ae89b574bc28c755983775f7323 Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Tue, 10 May 2005 13:51:52 +0000 Subject: Add jstrings 0.6, japanese enhancement of strings(1) command. PR: ports/70017 Submitted by: Ryo Okamoto --- japanese/jstrings/files/patch-remove-typo | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 japanese/jstrings/files/patch-remove-typo (limited to 'japanese/jstrings/files/patch-remove-typo') 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--; -- cgit v1.2.3