jack23912 / grub4dos-chenall

Automatically exported from code.google.com/p/grub4dos-chenall
0 stars 0 forks source link

set /p has character limit and errors #163

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

set ask=
set /p 
ask=0123456789012345678901234567890123456789012345678901234567890123456789012345
echo -e \n0
set /p 
ask=0123456789012345678901234567890123456789012345678901234567890123456789012345
6
echo -e \n1
set /p 
ask=0123456789012345678901234567890123456789012345678901234567890123456789012345
67
echo -e \n2

What is the expected output? What do you see instead?

after first ask wich is OK, next ask gives error:
1
<
Report bug! lpos=0, start=-6, len=77, llen=0, plen=78, section=1

What version of the product are you using? On what operating system?
0.4.5c 30-11-2013

Please provide any additional information below.

Original issue reported on code.google.com by Steve6375 on 10 Dec 2013 at 7:36