]> git.pond.sub.org Git - empserver/commit
(safe_getcwd): New. When getcwd() is known to be able to allocate its
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 1 Mar 2004 07:07:27 +0000 (07:07 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Mon, 1 Mar 2004 07:07:27 +0000 (07:07 +0000)
commitef0ddff4c2ed04fcdbebaf86b24fdd40395441c2
tree4ef8547302334dd76e3832654083302a46335b69
parent5ce301e2fbe5518a0ac86008139d5ef9d6698f0a
(safe_getcwd): New.  When getcwd() is known to be able to allocate its
buffer, just call that.  Else wrap suitable allocation around it.
(main): Use it.
src/doconfig/doconfig.c