From c622ae95928c82e05af286bc01f4569bd2124126 Mon Sep 17 00:00:00 2001 From: what <74026992+all-other-usernames-were-taken@users.noreply.github.com> Date: Mon, 5 Jul 2021 19:39:24 -0400 Subject: [PATCH] Remove 255 char limit for `INPUT` Also affects `LINE INPUT` --- internal/c/libqb.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/c/libqb.cpp b/internal/c/libqb.cpp index 8784d1011..ec6271f2b 100644 --- a/internal/c/libqb.cpp +++ b/internal/c/libqb.cpp @@ -12376,8 +12376,6 @@ void qbs_input(int32 numvariables,uint8 newline){ goto qbs_input_next; } - if (inpstr2->len>=255) goto qbs_input_next; - //affect inpstr2 with key qbs_set(inpstr2,qbs_add(inpstr2,key));