Fix index line splitting to not cut off filenames.

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

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.

    Loading...