Enlightenment CVS committal

Author  : azundris
Project : e17
Module  : apps/efsd

Dir     : e17/apps/efsd/efsd


Modified Files:
        efsd_fs.c 


Log Message:
no longer declares a spurious error on recursive copy of empty dirs

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/efsd/efsd/efsd_fs.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- efsd_fs.c   11 Jan 2003 16:54:16 -0000      1.16
+++ efsd_fs.c   10 Jun 2003 12:13:39 -0000      1.17
@@ -320,7 +320,7 @@
   struct stat    dst_st;
   DIR           *dir;
   struct dirent  de, *de_ptr;
-  int            success = FALSE;
+  int            success = TRUE;
 
   D_ENTER;
   D("Copying directory %s to %s\n", src_path, dst_path);




-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to