Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 1998 09:14:29 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/gnu/lib/libdialog dir.c
Message-ID:  <199809101614.JAA14546@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         1998/09/10 09:14:29 PDT

  Modified files:
    gnu/lib/libdialog    dir.c 
  Log:
  Fix bogus length restriction on readlink.  Use sizeof(buf) - 1 rather
  than the size of the directory name.  Fix style bug which increased
  the number of lines > 80 characters by one.
  
  Pointed out by: bde
  
  Revision  Changes    Path
  1.5       +1 -1      src/gnu/lib/libdialog/dir.c



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