Changeset 6141 for trunk/SOURCE_TOOLS/valgrind2grep
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/SOURCE_TOOLS/valgrind2grep (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/SOURCE_TOOLS/valgrind2grep
r6058 r6141 216 216 my @lines = (); 217 217 if (scalar(@$array_r)>1) { 218 push @lines, $unmark_rest."Multiple occurr ances of '$file' - not sure which location is the correct one\n";218 push @lines, $unmark_rest."Multiple occurrences of '$file' - not sure which location is the correct one\n"; 219 219 } 220 220
