Vanilla Development Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla/tools



Date:	Monday September 20, 1999 @ 20:09
Author:	unbelver

Update of /home/netrek/cvsroot/Vanilla/tools
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv27570

Modified Files:
	convert.c 
Log Message:

variable Global used before it was built

--Carlos V.



****************************************

Index: Vanilla/tools/convert.c
diff -u Vanilla/tools/convert.c:1.4 Vanilla/tools/convert.c:1.5
--- Vanilla/tools/convert.c:1.4	Sun Jul 11 22:33:04 1999
+++ Vanilla/tools/convert.c	Mon Sep 20 20:09:06 1999
@@ -28,6 +28,7 @@
     char command[256];
     struct stat gl_stat;
 
+    sprintf(Global,"%s/%s",LIBDIR, N_GLOBAL);
     printf("Checking %s file for conversion\n",Global);
     glfd = open(Global, O_RDWR, 0744);
     if (glfd < 0) {