freebsd-ports/games/glaxium/files/patch-variables.cpp
2007-07-25 11:58:18 +00:00

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
}