summaryrefslogtreecommitdiff
blob: 826a00a482a07a9d76de8dfcda0292a6e206199c (plain)
1
2
3
4
5
6
7
8
9
10
--- variables.cpp.orig	2004-08-20 01:04:34.000000000 -0700
+++ variables.cpp	2004-08-20 01:05:19.000000000 -0700
@@ -453,6 +453,7 @@
 	static char strReturn[1024];
 	strcpy(strReturn, getenv("HOME"));
 	strcat(strReturn, "/.glaxiumrc");
+	return strReturn;
 #endif
 }