From b6eff32e84de53a7ef42396fc463b3fb9728115e Mon Sep 17 00:00:00 2001 From: William McBrine Date: Fri, 22 Jun 2007 10:09:42 +0000 Subject: [PATCH] A more likely path to the source. --- demos/tuidemo.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/demos/tuidemo.c b/demos/tuidemo.c index 98f9b926..08b47238 100644 --- a/demos/tuidemo.c +++ b/demos/tuidemo.c @@ -1,6 +1,6 @@ /********************************* tuidemo.c ********************************/ /* - * $Id: tuidemo.c,v 1.18 2007/06/16 01:10:34 wmcbrine Exp $ + * $Id: tuidemo.c,v 1.19 2007/06/22 10:09:42 wmcbrine Exp $ * * Author : P.J. Kunst (kunst@prl.philips.nl) * Date : 25-02-93 @@ -19,10 +19,12 @@ #include #include "tui.h" +/* change this if source at other location */ + #ifdef XCURSES -# define FNAME "demos/tui.c" /* change this if source at other location */ +# define FNAME "../demos/tui.c" #else -# define FNAME "demos\\tui.c" /* change this if source at other location */ +# define FNAME "..\\demos\\tui.c" #endif /**************************** strings entry box ***************************/