tmpl_process3.pl did not know how to handle absolute pathnames in -i.
authoracli <acli>
Tue, 24 Feb 2004 14:20:46 +0000 (14:20 +0000)
committeracli <acli>
Tue, 24 Feb 2004 14:20:46 +0000 (14:20 +0000)
commitf6fa24c75d3033ec442ec33309aaa8c7377b5e70
treeb6b9419e45f43198365ecd99053ec365bc3941e6
parente4cc939d48e81dc4cf22661e6a3d0567f8ea4dba
tmpl_process3.pl did not know how to handle absolute pathnames in -i.
(Actually, xgettext.pl did not know how to handle them in the files listed
in the list of files.)

If the po file is empty (corrupted), $href->{'""'} will be undefined.
We just blindly dereferenced this null value without checking.
misc/translator/tmpl_process3.pl
misc/translator/xgettext.pl