13 lines
288 B
Diff
13 lines
288 B
Diff
Index: src/input.c
|
|
--- src/input.c.orig 2003-07-01 19:06:43 +0200
|
|
+++ src/input.c 2005-10-14 11:46:35 +0200
|
|
@@ -92,7 +92,7 @@
|
|
fgets(inputstr, MAXSTR, stdin);
|
|
}
|
|
|
|
-static pthread_t input_thread;
|
|
+pthread_t input_thread;
|
|
|
|
/* Mutex and condition variable for thread communication */
|
|
|