--- Frodo4/Src/ROlib.h 2003/07/01 17:09:43 1.1 +++ Frodo4/Src/ROlib.h 2005/06/27 19:55:48 1.5 @@ -4,7 +4,7 @@ * * (C) 1997 Andreas Dehmel * - * Frodo (C) 1994-1997,2002 Christian Bauer + * Frodo (C) 1994-1997,2002-2005 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -469,7 +469,7 @@ extern _kernel_oserror *OS_ReadC(char *C /* returns length of characters read; if length negative ==> terminated by escape */ extern int OS_ReadLine(char *Buffer, int BuffSize, int minasc, int maxasc, int Echo); -/* TRUE ==> escape */ +/* true ==> escape */ extern bool OS_ReadEscapeState(void); /* File related calls */