Fix warnings from Ghostview file-browser dialog
authorH.G. Muller <h.g.muller@hccnet.nl>
Thu, 7 Jan 2010 16:31:48 +0000 (17:31 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Thu, 7 Jan 2010 16:31:48 +0000 (17:31 +0100)
commita2e4fb5b6743a0b7c965a6282dca0ddf9518c14d
treea9fd1812b965dfcab4d97d7d1455c1b7768d155e
parent494de5839b250aa3030fad70192415c33820d4fe
Fix warnings from Ghostview file-browser dialog

The Ghostview dialog was using some deprecated variables for error
printing, and conditionally used getwd() on some systems that presumably
do not have getcwd(), but it did not assess the latter properly.
selfile.c