From: <al...@be...> - 2018-08-28 19:30:53
|
<div>I get another idea.</div><div> </div><div>menu_c.c, line 99:</div><div> char buf[20]={0};</div><div>change the buf size to a bigger value, for example:</div><div> char buf[40]={0};</div><div> </div><div>and inform me, does this help, or no.</div><div> </div><div>Regards,</div><div> Alexander.</div><div> </div> |