mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
2003-08-30 Filip Navara <[email protected]>
* tools/cabman/cabinet.cxx (CCabinet::ConvertPath): NULL-terminate newpath. svn path=/trunk/; revision=5943
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2003-08-30 Filip Navara <[email protected]>
|
||||
|
||||
* tools/cabman/cabinet.cxx (CCabinet::ConvertPath): NULL-terminate
|
||||
newpath.
|
||||
|
||||
2003-08-30 Casper S. Hornstrup <[email protected]>
|
||||
|
||||
* tools/rmkdir.c: Fix for absolute paths.
|
||||
|
||||
@@ -355,6 +355,7 @@ char* CCabinet::ConvertPath(char* Path, bool Allocate)
|
||||
}
|
||||
i++;
|
||||
}
|
||||
newpath[i] = 0;
|
||||
|
||||
return(newpath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user