aboutsummaryrefslogtreecommitdiff
path: root/comms/tlf/files/patch-src_searchlog.c
diff options
context:
space:
mode:
Diffstat (limited to 'comms/tlf/files/patch-src_searchlog.c')
-rw-r--r--comms/tlf/files/patch-src_searchlog.c37
1 files changed, 37 insertions, 0 deletions
diff --git a/comms/tlf/files/patch-src_searchlog.c b/comms/tlf/files/patch-src_searchlog.c
new file mode 100644
index 000000000000..c050dd519f69
--- /dev/null
+++ b/comms/tlf/files/patch-src_searchlog.c
@@ -0,0 +1,37 @@
+--- src/searchlog.c.orig Fri May 21 12:15:14 2004
++++ src/searchlog.c Sun Jul 11 01:04:54 2004
+@@ -26,6 +26,8 @@
+ # include <config.h>
+ #endif
+
++static char searchresult[MAX_CALLS][82];
++static char result[MAX_CALLS][82];
+
+ int searchlog(char *searchstring)
+
+@@ -75,9 +77,7 @@
+ extern int itumult;
+
+
+-char searchresult[MAX_CALLS][82];
+ int srch_index=0;
+-char result[MAX_CALLS][82];
+ int r_index=0;
+ char s_inputbuffer[82] = "";
+ char s_inputbuffercpy[82] = "";
+@@ -90,13 +90,13 @@
+ char *tmpstr;
+
+ char callmaster_location[80];
+-
++#if 0
+ if (strlen(s_inputbuffer)>=83)
+ {
+ printf ("WARNING: Input buffer is longer than 82 characters! exiting...");
+ exit(1);
+ }
+-
++#endif
+ strcpy(callmaster_location, PACKAGE_DATA_DIR) ;
+ strcat(callmaster_location, "/callmaster ") ;
+