fix backwards conditional in stpncpy
authorRich Felker <dalias@aerifal.cx>
Thu, 24 Feb 2011 17:34:31 +0000 (12:34 -0500)
committerRich Felker <dalias@aerifal.cx>
Thu, 24 Feb 2011 17:34:31 +0000 (12:34 -0500)
commit9f19b3ec8dec1e9402e31172a74b72cd46d3da36
treeeec1213b1fa6d1bc5f89bf18eccfd06e675ccbf3
parenta6238c30d169cbac6bc4c4977622242063e32270
fix backwards conditional in stpncpy

this only made the function unnecessarily slow on systems with
unaligned access, but would of course crash on systems that can't do
unaligned accesses (none of which have ports yet).
src/string/stpncpy.c