Abdelrazak Younes <[EMAIL PROTECTED]> writes:

> I mean that makeAbsPath() should make sure that the passed filename is
> not empty:
>
> FileName makeAbsPath(string fname)
> {
>       if (fname.empty())
>               return FileName();
> ...
> }

Or even assert probably. There is nothing reasonable we can do in this
case.

JMarc

Reply via email to