aboutsummaryrefslogtreecommitdiffstats
path: root/math/pspp/files/patch-ae
blob: 544f1d9060445a9197597dbd9797a2f954bbbe65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/getline.c.orig  Sat May 27 18:57:13 2000
+++ src/getline.c   Sat May 27 18:57:18 2000
@@ -384,7 +384,7 @@
   if (!history_file)
     {
 #if unix
-      history_file = tilde_expand (HISTORY_FILE);
+      history_file = my_tilde_expand (HISTORY_FILE);
 #endif
       using_history ();
       read_history (history_file);