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


version 1.1 version 1.2
Line 450
 
Line 450
       CnvNotify (buf,Continue,NULL);        CnvNotify (buf,Continue,NULL);
       break;        break;
     case ENOENT:      case ENOENT:
       sprintf (buf, "%s does noit exist", path);        sprintf (buf, "%s does not exist", path);
       CnvNotify (buf,Continue,NULL);        CnvNotify (buf,Continue,NULL);
       break;        break;
     case EIO:      case EIO:


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:52