Difference for server/c_wiz.c from version 1.67 to 1.68


version 1.67 version 1.68
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_wiz_c =   * static char *rcsid_c_wiz_c =
  *   "$Id: c_wiz.c,v 1.67 2005/08/12 13:46:34 ryo_saeba Exp $";   *   "$Id: c_wiz.c,v 1.68 2005/09/04 16:58:12 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 1458
 
Line 1458
     strcpy(buf,LIBDIR);      strcpy(buf,LIBDIR);
     strcat(buf,"/plugins/");      strcat(buf,"/plugins/");
     strcat(buf,params);      strcat(buf,params);
     printf("Requested plugin file is %s\n", buf);      LOG(llevDebug, "Requested plugin file is %s\n", buf);
     if (initOnePlugin(buf) == 0)      if (initOnePlugin(buf) == 0)
         new_draw_info(NDI_UNIQUE, 0, op, "Plugin successfully loaded.");          new_draw_info(NDI_UNIQUE, 0, op, "Plugin successfully loaded.");
     else      else


Legend:
line(s) removed in v.1.67 
line(s) changed
 line(s) added in v.1.68

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:29