mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Remove confusing comments
svn path=/trunk/; revision=56348
This commit is contained in:
@@ -293,9 +293,9 @@ static INT CopyOverwrite (LPTSTR fn)
|
||||
(most likely Eric Kohl) and it was taken from ren.c */
|
||||
static void
|
||||
BuildFileName(
|
||||
LPTSTR pszSource, // original
|
||||
LPTSTR pszTarget, // template
|
||||
LPTSTR pszOutput) // taget
|
||||
LPTSTR pszSource,
|
||||
LPTSTR pszTarget,
|
||||
LPTSTR pszOutput)
|
||||
{
|
||||
/* build destination file name */
|
||||
while (*pszTarget != 0)
|
||||
|
||||
Reference in New Issue
Block a user