Changeset 77ebdb8 for memlog_analyze


Ignore:
Timestamp:
06/01/15 05:28:26 (9 years ago)
Author:
Hal Finkel <hfinkel@…>
Branches:
master
Children:
3533094
Parents:
c49b79c
git-author:
Hal Finkel <hfinkel@…> (06/01/15 05:28:26)
git-committer:
Hal Finkel <hfinkel@…> (06/01/15 05:28:26)
Message:

null file:line may just start with a ":", so filter that too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • memlog_analyze

    rc49b79c r77ebdb8  
    272272    $ret .= $func . '\n'; 
    273273 
    274     if ($loc !~ /^\?/) { 
     274    if ($loc !~ /^[:?]/) { 
    275275      $ret .= $loc . '\n'; 
    276276    } 
Note: See TracChangeset for help on using the changeset viewer.