stratagus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Stratagus-CVS] stratagus/src/stratagus iolib.c


From: address@hidden
Subject: [Stratagus-CVS] stratagus/src/stratagus iolib.c
Date: 22 Jan 2004 08:01:48 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       04/01/22 08:01:48

Modified files:
        src/stratagus  : iolib.c 

Log message:
        Also check $HOME on windows (mingw/cygwin)

Patches:
Index: stratagus/src/stratagus/iolib.c
diff -u stratagus/src/stratagus/iolib.c:1.57 
stratagus/src/stratagus/iolib.c:1.58
--- stratagus/src/stratagus/iolib.c:1.57        Thu Jan 22 07:59:59 2004
+++ stratagus/src/stratagus/iolib.c     Thu Jan 22 08:01:48 2004
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//      $Id: iolib.c,v 1.57 2004/01/21 20:59:59 jsalmon3 Exp $
+//      $Id: iolib.c,v 1.58 2004/01/21 21:01:48 jsalmon3 Exp $
 
 //@{
 
@@ -504,7 +504,8 @@
                return buffer;
        }
 #endif
-#else
+#endif
+
        if ((s = getenv("HOME"))) {
                //
                //  In user home directory
@@ -526,7 +527,6 @@
                }
 #endif
        }
-#endif
 
        //
        //              In global shared directory




reply via email to

[Prev in Thread] Current Thread [Next in Thread]