comparison src/ui3/bmi/mmiIdle.c @ 582:72f5b47a0d07

src/{aci2,ui3}/bmi/mmiIdle.c: enlarged buffer for ###520# to handle the longer fw version ID strings we now have
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 29 Jan 2019 05:26:34 +0000
parents 2ba8d9decc30
children
comparison
equal deleted inserted replaced
581:a0a45c5eb3ef 582:72f5b47a0d07
610 #else 610 #else
611 T_EDITOR_DATA editor_data; 611 T_EDITOR_DATA editor_data;
612 #endif 612 #endif
613 613
614 /* internal data */ 614 /* internal data */
615 char buffer[80]; 615 char buffer[160];
616 UBYTE status; 616 UBYTE status;
617 617
618 } tShowVerion; 618 } tShowVerion;
619 619
620 620