A free Windows-compatible Operating System - mirrored from GitHub
Find a file
Robert Dickenson 7f69240625 reactos\subsys\system\usetup\infcache.c (line 1156)
CacheSection = Cache->FirstSection;
  while (Section != NULL)

changed to:
  CacheSection = Cache->FirstSection;
//  while (Section != NULL)  // RobD - this looks like an error, variable 'Section' never changes inside the while loop...
  while (CacheSection != NULL)

and also the same in:
reactos\tools\mkhive\infcache.c (line 1007)

Could Royce or Eric confirm this 'fix' please.

svn path=/trunk/; revision=6158
2003-09-27 09:14:15 +00:00
freeldr - Add top-level makefile 2003-08-29 18:54:17 +00:00
os2 Hope I fixed the broken issue. 2003-01-18 15:55:07 +00:00
posix PSX: POSIXW32: I updated a note about creating a PSX process from W32. 2003-08-28 20:01:23 +00:00
reactos reactos\subsys\system\usetup\infcache.c (line 1156) 2003-09-27 09:14:15 +00:00
rosapps added *.map to the cvsignore file 2003-09-24 17:36:58 +00:00