Difference for server/plugins.c from version 1.15 to 1.16


version 1.15 version 1.16
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_plugins_c =   * static char *rcsid_plugins_c =
  *   "$Id: plugins.c,v 1.15 2002/02/22 09:47:39 gros Exp $";   *   "$Id: plugins.c,v 1.16 2002/03/20 06:27:46 mwedel Exp $";
  */   */
   
 /*****************************************************************************/  /*****************************************************************************/
Line 79
 
Line 79
             RTNCmd.name = (char *)(RTNValue->Value[0]);              RTNCmd.name = (char *)(RTNValue->Value[0]);
             RTNCmd.func = (CommFunc)(RTNValue->Value[1]);              RTNCmd.func = (CommFunc)(RTNValue->Value[1]);
             RTNCmd.time = *(float *)(RTNValue->Value[2]);              RTNCmd.time = *(float *)(RTNValue->Value[2]);
             printf("RTNCMD: name %s, time %d\n", RTNCmd.name, RTNCmd.time);              printf("RTNCMD: name %s, time %f\n", RTNCmd.name, RTNCmd.time);
             return &RTNCmd;              return &RTNCmd;
         };          };
     };      };


Legend:
line(s) removed in v.1.15 
line(s) changed
 line(s) added in v.1.16

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