diff for duplicates of <20191221023531.GA31@knnspeed.com> diff --git a/a/1.txt b/N1/1.txt index 584679c..f28a12d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -39,7 +39,7 @@ static inline char *strncpy(char *__dest, const char *__src, size_t __n) register char * __xdest = __dest; const char * __dest_end = __dest + __n - 1; - if (__n == 0) + if (__n = 0) return __xdest; while(__dest != __dest_end) @@ -71,7 +71,7 @@ static inline char *strncpy(char *__dest, const char *__src, size_t __n) register char * __xdest = __dest; const char * __dest_end = __dest + __n - 1; - if (__n == 0) + if (__n = 0) return __xdest; __asm__ __volatile__( diff --git a/a/content_digest b/N1/content_digest index 37ecf37..d50cf2c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\0s59o8w3qa0l.wl-ysato@users.sourceforge.jp\0" "From\0Karl Nasrallah <knnspeed@aol.com>\0" "Subject\0Re: [PATCH v2 0/3] sh: fixup strncpy()\0" - "Date\0Fri, 20 Dec 2019 21:35:31 -0500\0" + "Date\0Sat, 21 Dec 2019 02:35:31 +0000\0" "To\0Yoshinori Sato <ysato@users.sourceforge.jp>\0" "Cc\0Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>" Rich Felker <dalias@libc.org> @@ -53,7 +53,7 @@ "\tregister char * __xdest = __dest;\n" "\tconst char * __dest_end = __dest + __n - 1;\n" "\n" - "\tif (__n == 0)\n" + "\tif (__n = 0)\n" "\t\treturn __xdest;\n" "\n" "\twhile(__dest != __dest_end)\n" @@ -85,7 +85,7 @@ "\tregister char * __xdest = __dest;\n" "\tconst char * __dest_end = __dest + __n - 1;\n" "\n" - "\tif (__n == 0)\n" + "\tif (__n = 0)\n" "\t\treturn __xdest;\n" "\n" "\t__asm__ __volatile__(\n" @@ -123,4 +123,4 @@ "Hope this helps,\n" Karl Nasrallah -ec41e57ab46f405e815c936001174846aee2de073b16617f9baa0a884f5d98c9 +cc75b9247888a92cf1bf785e193fa989150c3d5597307d202e3cefbb64bd769a
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.