Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/lib Modified Files: libevfs.c Log Message: Change the way we do stats =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/lib/libevfs.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- libevfs.c 16 Aug 2005 07:31:40 -0000 1.5 +++ libevfs.c 7 Oct 2005 11:01:27 -0000 1.6 @@ -35,7 +35,7 @@ if (client->id == MAX_CLIENT) { memcpy(&client->id, e->data, sizeof(unsigned long)); } else { - printf(stderr, "Error, client already has an assigned id. Dropped packet?\n"); + fprintf(stderr, "Error, client already has an assigned id. Dropped packet?\n"); return 1; } } ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs