Fix index line splitting to not cut off filenames.
Review Request #5501 — Created Feb. 18, 2014 and submitted
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.