From a44175dd565f39990ef57719313ef3a88a8d01b6 Mon Sep 17 00:00:00 2001 From: sje Date: Wed, 25 Apr 2007 13:49:06 +0000 Subject: rebuilds for beta release - added some updater compatibility, and more GUIDs for 0.8 git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@144 4f64403b-2f21-0410-a795-97e2b3489a10 --- metacontacts/meta_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metacontacts/meta_utils.c') diff --git a/metacontacts/meta_utils.c b/metacontacts/meta_utils.c index 22d6228..f844f99 100644 --- a/metacontacts/meta_utils.c +++ b/metacontacts/meta_utils.c @@ -828,7 +828,7 @@ int Meta_SetHandles(void) { } else { char buff[256]; // problem - contact number is greater than meta's number of contacts - sprintf(buff, "Subcontact contact number (%d) > meta num contacts (%d) - deleting MetaContact", contact_number, num_contacts); + sprintf(buff, "Subcontact contact number (%d) > meta num contacts (%d) - deleting MetaContact", (int)contact_number, (int)num_contacts); MessageBox(0, buff, nick_buffer, MB_OK | MB_ICONERROR); //CallService(MS_DB_CONTACT_DELETE, (WPARMA)hContact, 0); hNextContact = ( HANDLE )CallService( MS_DB_CONTACT_FINDNEXT,( WPARAM )hContact, 0 ); -- cgit v1.2.3