Filenames in FILE_NOTIFY_INFORMATION are not null terminated, so don't use _TRUNCATE...
commit2282aefb4de59cc71254ced35a83491d975be95c
authorSven Strickroth <email@cs-ware.de>
Sat, 24 Nov 2012 12:24:41 +0000 (24 13:24 +0100)
committerSven Strickroth <email@cs-ware.de>
Sat, 24 Nov 2012 12:24:41 +0000 (24 13:24 +0100)
tree9589cb6bcd3de5a952c21429ae190e927e5796e7
parent9e64fa96d95ca1195655414fb5db0c50b25acf6c
Filenames in FILE_NOTIFY_INFORMATION are not null terminated, so don't use _TRUNCATE but specify the number or chars of the filename instead

Based on TortoiseSVN rev. 23482.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
src/TGitCache/DirectoryWatcher.cpp