mirror of https://github.com/FDOS/kernel.git
tc debug build fix
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@1096 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
ba36e777f0
commit
3acc1e41de
|
@ -152,7 +152,7 @@ STATIC int ChildEnv(seg_t env_seg, seg_t *penv_seg, const char far *path)
|
|||
fstrcpy(MK_PTR(char, dst_seg, env_sz + 4), PriPathName);
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
#ifdef DEBUG
|
||||
{
|
||||
seg_t dst_seg = *penv_seg + 1;
|
||||
int i;
|
||||
|
|
Loading…
Reference in New Issue