* lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 Mar 2007 17:30:07 +0000 (17:30 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 Mar 2007 17:30:07 +0000 (17:30 +0000)
commit4b57b2a1cba017e176f1992304b8c2900bbdb569
treeae05ef1ec7027063f316c5ffe0b1d083a04ac768
parentcb4810b419d76a660b0b9b88f97be708e10606d5
* lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
If size is zero here, buf must be zero.
ChangeLog
lib/getcwd.c