Enlightenment CVS committal Author : mej Project : eterm Module : libast
Dir : eterm/libast/src Modified Files: objpair.c Log Message: Mon Mar 1 21:22:21 2004 Michael Jennings (mej) New SRPM =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/src/objpair.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- objpair.c 1 Mar 2004 19:45:51 -0000 1.6 +++ objpair.c 2 Mar 2004 02:16:00 -0000 1.7 @@ -28,11 +28,11 @@ * This file contains the objpair class. * * @author Michael Jennings <[EMAIL PROTECTED]> - * $Revision: 1.6 $ - * $Date: 2004/03/01 19:45:51 $ + * $Revision: 1.7 $ + * $Date: 2004/03/02 02:16:00 $ */ -static const char cvs_ident[] = "$Id: objpair.c,v 1.6 2004/03/01 19:45:51 mej Exp $"; +static const char cvs_ident[] = "$Id: objpair.c,v 1.7 2004/03/02 02:16:00 mej Exp $"; #ifdef HAVE_CONFIG_H # include <config.h> @@ -402,7 +402,7 @@ { SPIF_OBJ_COMP_CHECK_NULL(self, other); if (SPIF_OBJ_IS_OBJPAIR(other)) { - return SPIF_OBJ_COMP(self->key, other->key); + return SPIF_OBJ_COMP(self->key, SPIF_OBJPAIR(other)->key); } else { return SPIF_OBJ_COMP(self->key, other); } ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs