mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
2003-07-11 Casper S. Hornstrup <[email protected]>
* tools/rgenstat/rgenstat.c (process_directory): Fix building on Windows. svn path=/trunk/; revision=5072
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2003-07-11 Casper S. Hornstrup <[email protected]>
|
||||
|
||||
* tools/rgenstat/rgenstat.c (process_directory): Fix building on Windows.
|
||||
|
||||
2003-07-11 Casper S. Hornstrup <[email protected]>
|
||||
|
||||
* tools/rgenstat/rgenstat.c (API_INFO): Add filename field.
|
||||
|
||||
@@ -488,9 +488,9 @@ process_directory (char *path, char *cvspath)
|
||||
|
||||
strcpy(newcvspath, cvspath);
|
||||
strcat(newcvspath, f.name);
|
||||
strcat(newcvspath, '/');
|
||||
strcat(newcvspath, "/");
|
||||
|
||||
process_directory(buf, cvspath, f.name);
|
||||
process_directory(buf, newcvspath);
|
||||
}
|
||||
continue;
|
||||
}
|
||||
@@ -564,7 +564,7 @@ process_directory (char *path, char *cvspath)
|
||||
{
|
||||
strcpy(newcvspath, cvspath);
|
||||
strcat(newcvspath, f.name);
|
||||
strcat(newcvspath, '/');
|
||||
strcat(newcvspath, "/");
|
||||
|
||||
process_directory(buf, newcvspath);
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user