]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/picsmap.c
ncurses 6.2 - patch 20210501
[ncurses.git] / test / picsmap.c
index 1aaa5af9d45d6152496ad48a467ca946332056d4..1b4758d476e4bce735aef8f60c8ad8ad2d10575d 100644 (file)
@@ -27,7 +27,7 @@
  * authorization.                                                           *
  ****************************************************************************/
 /*
- * $Id: picsmap.c,v 1.137 2021/03/27 22:52:16 tom Exp $
+ * $Id: picsmap.c,v 1.138 2021/05/01 20:38:40 tom Exp $
  *
  * Author: Thomas E. Dickey
  *
@@ -990,7 +990,7 @@ parse_xbm(char **data)
 {
     int n;
     int state = 0;
-    char buf[BUFSIZ];
+    char buf[2048];
     int num;
     char ch;
     char *s;