delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/1997/10/14/22:46:38

Message-Id: <199710150246.WAA03829@delorie.com>
From: Oberhumer Markus <k3040e4 AT c210 DOT edvz DOT uni-linz DOT ac DOT at>
Subject: 971009: memchr.c patch
To: dj AT delorie DOT com (DJ Delorie), djgpp-workers AT delorie DOT com (djgpp-workers)
Date: Wed, 15 Oct 1997 03:40:03 +0100 (MET)
Return-Read-To: markus DOT oberhumer AT jk DOT uni-linz DOT ac DOT at
Mime-Version: 1.0

Subject: 971009: memchr.c patch

*** MEMCHR.ORG	Sat Aug 30 21:05:04 1997
--- MEMCHR.C	Mon Oct 13 18:34:28 1997
***************
*** 12,16 ****
      do {
        if (*p == cc)
! 	return unconst(p-1, void *);
        p++;
      } while (--n != 0);
--- 12,16 ----
      do {
        if (*p == cc)
! 	return unconst(p, void *);
        p++;
      } while (--n != 0);

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019