Difference for crossedit/Cnv/CnvFiles.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 96
 
Line 96
   /*** can read directory ? ***/    /*** can read directory ? ***/
   pathcpy(self->directory,directory);    pathcpy(self->directory,directory);
   if(access(self->directory,R_OK | X_OK) == -1) {    if(access(self->directory,R_OK | X_OK) == -1) {
     Malfunction(self,"has no acces");      Malfunction(self,"has no access");
     return NULL;      return NULL;
   }    }
   


Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:51