From 5f5f1cce9f1223fb45f7d9e5d6ae891185a3ee48 Mon Sep 17 00:00:00 2001 From: Jacob Leach Date: Fri, 3 Aug 2001 23:41:18 +0000 Subject: oops, should have tested that warning fix. svn path=/trunk/; revision=11639 --- shell/evolution-storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/evolution-storage.c b/shell/evolution-storage.c index ea8ffed6c5..27b2c53808 100644 --- a/shell/evolution-storage.c +++ b/shell/evolution-storage.c @@ -398,7 +398,7 @@ impl_Storage_updateFolder (PortableServer_Servant servant, unread_count, &ev); - if (ev._major != CORBA_NO_EXCEPTION) + if (ev->_major != CORBA_NO_EXCEPTION) continue; /* FIXME: Handle errors */ -- cgit v1.2.3