blob: 41e5aa8ad0b0cdf76b52649bd36a84a06eace8ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-aa,v 1.2 2010/05/15 07:12:00 adam Exp $
--- src/cli/main.cpp.orig 2010-05-05 22:45:31.000000000 +0000
+++ src/cli/main.cpp
@@ -410,7 +410,9 @@ RlHistoryManager::~RlHistoryManager()
if (hist_file_size <= 0)
hist_file_size = 500;
write_history (hist_file.c_str());
+#if 0
history_truncate_file (hist_file.c_str(), hist_file_size);
+#endif
}
}
|