Difference for server/c_wiz.c from version 1.22 to 1.23


version 1.22 version 1.23
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_wiz_c =   * static char *rcsid_c_wiz_c =
  *   "$Id: c_wiz.c,v 1.22 2002/07/18 05:59:17 mwedel Exp $";   *   "$Id: c_wiz.c,v 1.23 2002/09/07 22:08:07 mwedel Exp $";
  */   */
   
 /*  /*
Line 929
 
Line 929
   *pl_name=op->name?op->name:"*";    *pl_name=op->name?op->name:"*";
 #endif  #endif
   
   sprintf (buf, "%s/%s", settings.datadir, DMFILE);    sprintf (buf, "%s/%s", settings.confdir, DMFILE);
   if ((dmfile = fopen(buf, "r")) == NULL) {    if ((dmfile = fopen(buf, "r")) == NULL) {
     LOG (llevDebug, "Could not find DM file.\n");      LOG (llevDebug, "Could not find DM file.\n");
     return(0);      return(0);
Line 1046
 
Line 1046
 {  {
     char buf[MAX_BUF];      char buf[MAX_BUF];
   
     strcpy(buf,DATADIR);      strcpy(buf,LIBDIR);
     strcat(buf,"/plugins/");      strcat(buf,"/plugins/");
     strcat(buf,params);      strcat(buf,params);
     printf("Requested plugin file is %s\n", buf);      printf("Requested plugin file is %s\n", buf);


Legend:
line(s) removed in v.1.22 
line(s) changed
 line(s) added in v.1.23

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