comparison src/aci2/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 0f79101c6fa2
children
comparison
equal deleted inserted replaced
581:a0a45c5eb3ef 582:72f5b47a0d07
433 #else 433 #else
434 T_EDITOR_DATA editor_data; 434 T_EDITOR_DATA editor_data;
435 #endif 435 #endif
436 436
437 /* internal data */ 437 /* internal data */
438 char buffer[80]; 438 char buffer[160];
439 UBYTE status; 439 UBYTE status;
440 440
441 } tShowVerion; 441 } tShowVerion;
442 442
443 443