Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2000 01:37:00 -0700 (PDT)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils/gnomecontrolcenter/patches patch-cg
Message-ID:  <200008050837.BAA90952@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sobomax     2000/08/05 01:37:00 PDT

  Modified files:
    sysutils/gnomecontrolcenter/patches patch-cg 
  Log:
  Fix a segfault in theme-selector introduced by patch-cg.
  
  If you have a string with length n referenced by **line and want to append '\0'
  to its end, then *line[n] = '\0' is just plain wrong, because it equivalent of
  *(line[n]) = '\0', which obviously not what you want.
  
  Revision  Changes    Path
  1.2       +1 -1      ports/sysutils/gnomecontrolcenter/patches/patch-cg



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008050837.BAA90952>