[CMD]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 5 Apr 2015 00:39:06 +0000 (00:39 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 5 Apr 2015 00:39:06 +0000 (00:39 +0000)
commitc380c2c783acecfa2366079abb6c291ea782dd13
tree050c3c66da0f1ecb508bb10c6443a9f70b81696d
parentb696813c4addc1a366c06c2ea2be708348751675
[CMD]
- Fix some comments that were otherwise hard to understand.
- Don't hardcode MAX_PATH in some API calls but instead use the real array char size.
- Don't leak find-file handles: fix leaked handles to NUL pseudo-file in situations where we do: copy some_file+NUL some_dest_file . Should fix some cmd winetests.

svn path=/trunk/; revision=67055
reactos/base/shell/cmd/copy.c