Enlightenment CVS committal
Author : tsauerbeck
Project : misc
Module : embrace
Dir : misc/embrace/src/plugins/imap
Modified Files:
imap.c
Log Message:
fixed a warning
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/plugins/imap/imap.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- imap.c 21 Mar 2004 00:05:26 -0000 1.2
+++ imap.c 21 Mar 2004 00:08:42 -0000 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: imap.c,v 1.2 2004/03/21 00:05:26 tsauerbeck Exp $
+ * $Id: imap.c,v 1.3 2004/03/21 00:08:42 tsauerbeck Exp $
* vim:noexpandtab:ts=4:sw=4:sts=4
*
* Copyright (C) 2004 Embrace project.
@@ -77,7 +77,7 @@
if (!strncmp(buf, "A001 OK LOGIN", 13)) {
len = snprintf (buf, sizeof (realbuf),
"A002 STATUS %s (MESSAGES UNSEEN)\r\n",
- mailbox_property_get (mb, "path"));
+ (char *) mailbox_property_get (mb, "path"));
ecore_con_server_send (ev->server, buf, len);
return 0;
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs