mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
2003-08-30 Filip Navara <xnavara@volny.cz>
* tools/cabman/cabinet.cxx (CCabinet::ConvertPath): NULL-terminate newpath. svn path=/trunk/; revision=5943
This commit is contained in:
parent
653c134ed1
commit
5e27514ba7
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-08-30 Filip Navara <xnavara@volny.cz>
|
||||
|
||||
* tools/cabman/cabinet.cxx (CCabinet::ConvertPath): NULL-terminate
|
||||
newpath.
|
||||
|
||||
2003-08-30 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||
|
||||
* tools/rmkdir.c: Fix for absolute paths.
|
||||
|
|
|
@ -355,6 +355,7 @@ char* CCabinet::ConvertPath(char* Path, bool Allocate)
|
|||
}
|
||||
i++;
|
||||
}
|
||||
newpath[i] = 0;
|
||||
|
||||
return(newpath);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue