|
From: Hartmut B. <har...@te...> - 2001-11-01 12:59:11
|
> No idea... afaik, this is a bug, CR shouldn't be removed from file > names. If we must also implement this bug, I'd say it should be done in > kernel32. > > At 10:59 PM 10/31/2001 +0100, you wrote: > > > On windows it opens the file with CR in the name, and windows ignores the > > > > > CR and opens the file correctly? > > > >Which part of ROS must remove the 'dummy' names (<CR>, '\.\', \..\, ..') in > >path names. Is this a part for kernel32.dll, for ntoskrnl or for each FSD? The <CR> comes frome msvcrt.dll. fgets doesn't translate from <CR><LF> to <LF>. Each string from fgets ends with <CR>. - Hartmut ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |