Inspired by #17, compared our Nitfol source to the source from its last
[projects/chimara/chimara.git] / interpreters / frotz / glkmisc.c
index 5f20ee7580e2c0c2fbed5ea27144bbc53622e01f..2e0ade7cdf061cca0305f4498f6464337637571a 100644 (file)
@@ -1,3 +1,25 @@
+/******************************************************************************
+ *                                                                            *
+ * Copyright (C) 2006-2009 by Tor Andersson.                                  *
+ *                                                                            *
+ * This file is part of Gargoyle.                                             *
+ *                                                                            *
+ * Gargoyle is free software; you can redistribute it and/or modify           *
+ * it under the terms of the GNU General Public License as published by       *
+ * the Free Software Foundation; either version 2 of the License, or          *
+ * (at your option) any later version.                                        *
+ *                                                                            *
+ * Gargoyle is distributed in the hope that it will be useful,                *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of             *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              *
+ * GNU General Public License for more details.                               *
+ *                                                                            *
+ * You should have received a copy of the GNU General Public License          *
+ * along with Gargoyle; if not, write to the Free Software                    *
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA *
+ *                                                                            *
+ *****************************************************************************/
+
 /* glkstuff.c -- non-screen related glk stuff */
 
 #include "glkfrotz.h"
@@ -361,7 +383,7 @@ zchar os_read_line (int max, zchar *buf, int timeout, int width, int continued)
 
        if (!continued || !gos_linepending)
        {
-               glk_request_line_event(win, buf, max - 1, strlen(buf));
+               glk_request_line_event(win, buf, max, strlen(buf));
                if (timeout != 0)
                        glk_request_timer_events(timeout * 100);
        }