Difference for common/object.c from version 1.99 to 1.100


version 1.99 version 1.100
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: object.c,v 1.99 2005/08/23 05:42:58 mwedel Exp $";   *   "$Id: object.c,v 1.100 2005/08/29 03:52:49 mwedel Exp $";
  */   */
   
 /*  /*
Line 2649
 
Line 2649
 /*  /*
  * Updates the key in op to value.   * Updates the key in op to value.
  *   *
  * Unless add_key is TRUE, it won't add fields, only change the value of existing   * If add_key is FALSE, this will only update existing keys,
  * keys.   * and not add new ones.
    * In general, should be little reason FALSE is ever passed in for add_key
  *   *
  * Returns TRUE on success.   * Returns TRUE on success.
  */   */


Legend:
line(s) removed in v.1.99 
line(s) changed
 line(s) added in v.1.100

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