End of environment is a bit shorter. Very old code, lets see what breaks.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4235
This commit is contained in:
parent
f74067c2b0
commit
46babe5666
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ bool Program::SetEnv(const char * entry,const char * new_string) {
|
|||
env_write += (PhysPt)(strlen(env_string)+1);
|
||||
}
|
||||
/* Clear out the final piece of the environment */
|
||||
mem_writed(env_write,0);
|
||||
mem_writeb(env_write,0);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue