Skip to content
Snippets Groups Projects
user avatar
deuce authored
(* or ?) chars are present.  Doing so prevents re-writing of the path
parameter, so behaviour is different between the two.

This would break something like:
int munlink(char *glob)
{
        char    this[MAX_PATH+1];

        strcpy(this,glob);
        while(fexistcase(this)) {
                unlink(this);
                strcpy(this,glob);
        }
}

Does Synchronet rely on the old behaviour anywhere?
9f0ffff2
History
Name Last commit Last update
CVSROOT
ctrl
docs
exec
install
node1
node2
node3
node4
src
text
web
xtrn