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

CVS update: Vanilla/xsg



Date:	Monday August 16, 1999 @ 13:16
Author:	ahn

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

Modified Files:
	main.c 
Log Message:
Changes by Ahn, see ChangeLog for details.


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

Index: Vanilla/xsg/main.c
diff -u Vanilla/xsg/main.c:1.3 Vanilla/xsg/main.c:1.4
--- Vanilla/xsg/main.c:1.3	Fri Jan 29 19:30:17 1999
+++ Vanilla/xsg/main.c	Mon Aug 16 13:16:21 1999
@@ -567,7 +567,7 @@
    if((s=getdefault("recordfile"))){
       int l = strlen(s);
       if(s[l-1] == '/'){
-	 t = (char *)malloc(l+1);
+	 t = (char *)malloc(l+20);
 	 sprintf(t, "%srf-%d.xsg", s, getpid());
 	 return t;
       }