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:
Casper Hornstrup
2003-08-30 19:22:32 +00:00
parent 653c134ed1
commit 5e27514ba7
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -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.
+1
View File
@@ -355,6 +355,7 @@ char* CCabinet::ConvertPath(char* Path, bool Allocate)
}
i++;
}
newpath[i] = 0;
return(newpath);
}