fix typo in dynamic linker path file loading code
authorRich Felker <dalias@aerifal.cx>
Sun, 18 Nov 2012 01:04:36 +0000 (20:04 -0500)
committerRich Felker <dalias@aerifal.cx>
Sun, 18 Nov 2012 01:04:36 +0000 (20:04 -0500)
commit71955b2ff88b40446611142429416536c709c961
tree1852a366c74530f57c6f49813f8da71d63ca7aad
parentd0197ff03100c716937900fc9c32042ab5581d4a
fix typo in dynamic linker path file loading code

fortunately the memory corruption could not hurt anything, but it
prevented clearing the final newline and thus prevented the last path
element from working.
src/ldso/dynlink.c