Filenames in FILE_NOTIFY_INFORMATION are not null terminated, so don't use _TRUNCATE...
commitcb18f9688ff946e15c1fc180dbc5c6da7ccde7dc
authorSven Strickroth <email@cs-ware.de>
Sat, 1 Dec 2012 15:59:28 +0000 (1 16:59 +0100)
committerSven Strickroth <email@cs-ware.de>
Sat, 1 Dec 2012 15:59:28 +0000 (1 16:59 +0100)
tree152ba39ea856fdb43444914c70f44f9a3b52609b
parent89d75d5b9decbbdd4c256eae57a7bad258465f94
Filenames in FILE_NOTIFY_INFORMATION are not null terminated, so don't use _TRUNCATE but specify the number or chars of the filename instead

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