mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
12 lines
297 B
Plaintext
12 lines
297 B
Plaintext
|
--- xchain.c Wed Feb 25 15:10:15 1998
|
||
|
+++ /home/andy/tmp/wrk/xchain.c Fri Mar 13 21:53:20 1998
|
||
|
@@ -29,7 +29,7 @@
|
||
|
#include <stdlib.h>
|
||
|
#include <time.h>
|
||
|
|
||
|
-#define DEF_WISH_PATH "/usr/bin/wish"
|
||
|
+#define DEF_WISH_PATH "/usr/local/bin/wish8.0"
|
||
|
|
||
|
void wprintf(char *, ...);
|
||
|
void draw_screen(void);
|