In article <Pine.LNX.4.33.0202052158570.12161-100000 at marduk.litech.org>, "Jeffrey M. Vinocur" <jeff at litech.org> wrote; } Do we want instead to do this, though? } } - if (unlink(linkpath) < 0) result = FALSE; } + if (unlink(linkpath) < 0 && i == 1) result = FALSE; Ah, it should be better. -- Katsuhiro Kondou