Fix gcc compilation error
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1860
This commit is contained in:
parent
7a1ab977c1
commit
4b8a13bdc1
1 changed files with 2 additions and 1 deletions
|
@ -334,7 +334,8 @@ public:
|
|||
Dial(foundstr);
|
||||
goto ret_none;
|
||||
}
|
||||
char * scanbuf=&mhd.cmdbuf[2];char chr;Bitu num;
|
||||
char * scanbuf;
|
||||
scanbuf=&mhd.cmdbuf[2];char chr;Bitu num;
|
||||
while (chr=*scanbuf++) {
|
||||
switch (chr) {
|
||||
case 'I': //Some strings about firmware
|
||||
|
|
Loading…
Add table
Reference in a new issue