Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fm.c 


Log Message:


just use PATH_MAX - using _... defines is... bad .. mmmkay

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.c,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -3 -r1.199 -r1.200
--- e_fm.c      23 Aug 2007 09:45:29 -0000      1.199
+++ e_fm.c      10 Sep 2007 23:28:48 -0000      1.200
@@ -3493,7 +3493,7 @@
 {
    E_Fm2_Uri *uri;
    const char *p;
-   char hostname[_POSIX_HOST_NAME_MAX], path[PATH_MAX];
+   char hostname[PATH_MAX], path[PATH_MAX];
    int i = 0;
 
    /* The shortest possible path is file:/// 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to