Changeset 290
- Timestamp:
- 02/13/07 15:58:54 (4 years ago)
- Location:
- eaccelerator/trunk
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
ea_restore.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
eaccelerator/trunk/ChangeLog
r289 r290 1 1 2007-02-13 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 2 2 3 3 * Added a function to dump an eaccelerator class entry in debug.c 4 4 * Changed include order in mm.c because of eaccelerator.h include in debug.h 5 5 * Fixed a nullpointer dereference in some special cases in ea_restore.c:509 6 * Always compile a ea_debug_error message in ea_restore.c 6 7 7 8 2007-01-29 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> -
eaccelerator/trunk/ea_restore.c
r289 r290 699 699 #endif 700 700 { 701 DBG(ea_debug_error, ("[%d] EACCELERATOR can't restore parent class \"%s\" of class \"%s\"\n", 702 getpid(), (char *) parent, to->name)); 701 ea_debug_error("[%d] EACCELERATOR can't restore parent class \"%s\" of class \"%s\"\n", getpid(), (char *) parent, to->name); 703 702 to->parent = NULL; 704 703 } else {
Note: See TracChangeset
for help on using the changeset viewer.