Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/lib


Modified Files:
        evfs_commands.c libevfs.c 


Log Message:
* EvfsStat

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/lib/evfs_commands.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- evfs_commands.c     19 Aug 2007 01:30:08 -0000      1.42
+++ evfs_commands.c     20 Aug 2007 11:04:41 -0000      1.43
@@ -96,7 +96,10 @@
 
    command->type = EVFS_CMD_LIST_DIR;
    command->file_command->files = evas_list_append( 
command->file_command->files, file);
+
    command->options = options;
+
+   printf("COMMAND OPTIOONS: %d\n", command->options);
    evfs_write_command(conn, command);
 
    evas_list_free(command->file_command->files);
===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/lib/libevfs.c,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -3 -r1.55 -r1.56
--- libevfs.c   16 Aug 2007 12:29:01 -0000      1.55
+++ libevfs.c   20 Aug 2007 11:04:41 -0000      1.56
@@ -204,8 +204,8 @@
    if (!
        (connection->server =
         ecore_ipc_server_connect(ECORE_IPC_LOCAL_USER, EVFS_IPC_TITLE,0,
-                                 connection)))
-     {
+                                 connection)))    
+     {      
         fprintf(stderr,
                 "Cannot connect to evfs server with '%s', making new server 
and trying again..\n",
                 EVFS_IPC_TITLE);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to