michel <[email protected]> writes: > I think we should add the final slash on the path (on file-name.c:488) only > if HOMEPATH > has size more than one. Maybe something like this: > > if (strlen(home_path) > 1) path = xasprintf ("%s%c", home_dir, '/');
This looks like a reasonable approach. I will push a similar fix to pre0.6.2 soon. I won't have a chance to test it on Windows, so please let me know if it works. (It will be in pre5 also.) -- "...I've forgotten where I was going with this, but you can bet it was scathing." --DesiredUsername _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
