diff --git a/kernel/task.c b/kernel/task.c index 35af7f6f..88074160 100644 --- a/kernel/task.c +++ b/kernel/task.c @@ -220,6 +220,7 @@ STATIC COUNT ChildEnv(exec_blk * exp, seg * pChildEnvSeg, const char FAR * pathn { return RetCode; } +fdloudprintf("aaa %s %s\n", GET_PTR(pathname), (char*)PriPathName); fstrcpy(pDest, PriPathName); /* Theoretically one could either: