diff options
Diffstat (limited to 'tools/memory_watcher')
-rw-r--r-- | tools/memory_watcher/scripts/memtrace.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/memory_watcher/scripts/memtrace.pl b/tools/memory_watcher/scripts/memtrace.pl index 3c014d0..64ad966 100644 --- a/tools/memory_watcher/scripts/memtrace.pl +++ b/tools/memory_watcher/scripts/memtrace.pl @@ -101,7 +101,7 @@ sub process_raw($) { if ($filename =~ m/microsoft visual studio 8/) { next; } - if ($filename =~ m/platformsdk_win2008_6_1/) { + if ($filename =~ m/platformsdk_vista_6_0/) { next; } if ($location_blame eq "") { |