Morten Nilsen wrote:
+#define vasnprintf(a, b, c, d) \
+   va_start(d, c); \
+   need = vsnprintf(a, b, c, d); \
+   va_end(d);

hmm, that wasn't supposed to be there.. using the above instead of having the code in-place caused warnings, but I forgot to remove the define.

+#define CHUNKLEN 4096

I forgot to delete this define it seems..

Cheers,
--
Morten
:wq


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to