• 
      

    Fix index line splitting to not cut off filenames.

    Review Request #5501 — Created Feb. 18, 2014 and submitted

    Information

    Review Board
    master
    119e8e0...

    Reviewers

    Fix index line splitting to not cut off filenames.

    The splitting for index lines would cut off any filenames that included a
    space. This was due to passing '2' to split() where we should have passed '1'.

    Ran unit tests.

    chipx86
    1. Ship It!

    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (b9078ed).