Difference for crossedit/App.c from version 1.3 to 1.4


version 1.3 version 1.4
Line 1053
 
Line 1053
     /*** check if exist ***/      /*** check if exist ***/
     /* Dragon Master */      /* Dragon Master */
     for(editor = self->edit; editor; editor = editor->next)      for(editor = self->edit; editor; editor = editor->next)
       if(!strcmp(editor->emap->path, path)) {        if(path != NULL && !strcmp(editor->emap->path, path)) {
  /*** save, if modified ***/   /*** save, if modified ***/
  if (editor->modified) {   if (editor->modified) {
    switch (CnvNotify ("Map modified, discard changes?",     switch (CnvNotify ("Map modified, discard changes?",


Legend:
line(s) removed in v.1.3 
line(s) changed
 line(s) added in v.1.4

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