Difference for crossedit/Edit.c from version 1.12 to 1.13


version 1.12 version 1.13
Line 488
 
Line 488
  * can check for Null map data pretty easy, but can't really check   * can check for Null map data pretty easy, but can't really check
  * for unknown map data.   * for unknown map data.
  */   */
    if (self->w) /* only when already a window, open otherwhise coredump */
  XtVaSetValues(self->w, XtNmap, NULL, NULL);   XtVaSetValues(self->w, XtNmap, NULL, NULL);
  sprintf(buf,"Cannot load map %s",path);   sprintf(buf,"Cannot load map %s",path);
  CnvNotify(buf,"Continue",NULL);   CnvNotify(buf,"Continue",NULL);


Legend:
line(s) removed in v.1.12 
line(s) changed
 line(s) added in v.1.13

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