Difference for plugins/cfpython/cfpython.c from version 1.24 to 1.25


version 1.24 version 1.25
Line 924
 
Line 924
     context->third       = NULL;      context->third       = NULL;
     rv = context->returnvalue = 0;      rv = context->returnvalue = 0;
     snprintf(context->script, sizeof(context->script), "%s", cf_get_maps_directory("python/events/python_event.py"));      snprintf(context->script, sizeof(context->script), "%s", cf_get_maps_directory("python/events/python_event.py"));
       strcpy(context->options, "");
     switch(context->event_code)      switch(context->event_code)
     {      {
         case EVENT_CRASH:          case EVENT_CRASH:


Legend:
line(s) removed in v.1.24 
line(s) changed
 line(s) added in v.1.25

File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:59