mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-26 07:15:03 +02:00
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);
|
fstrcpy(MK_PTR(char, dst_seg, env_sz + 4), PriPathName);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if DEBUG
|
#ifdef DEBUG
|
||||||
{
|
{
|
||||||
seg_t dst_seg = *penv_seg + 1;
|
seg_t dst_seg = *penv_seg + 1;
|
||||||
int i;
|
int i;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user