2006/7/6, Reimar Doeffinger <Reimar.Doeffinger at stud.uni-karlsruhe.de>: > - if (pt->files[i][0] == '\\') { > + if (pt->files[i][0] == '\\' && pt->files[i][0] != '\\') { Huh? a && !a => false Have I missed something or you mean =='/' ?