mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
10 lines
252 B
C++
10 lines
252 B
C++
--- ./variables.cpp.orig Fri Oct 18 01:53:00 2002
|
|
+++ ./variables.cpp Sat Jul 21 17:51:10 2007
|
|
@@ -453,6 +453,7 @@
|
|
static char strReturn[1024];
|
|
strcpy(strReturn, getenv("HOME"));
|
|
strcat(strReturn, "/.glaxiumrc");
|
|
+ return strReturn;
|
|
#endif
|
|
}
|
|
|