Changed code to avoid modifying the input string, its not really
authorMax Okumoto <okumoto@dragonflybsd.org>
Fri, 18 Feb 2005 01:18:27 +0000 (01:18 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Fri, 18 Feb 2005 01:18:27 +0000 (01:18 +0000)
commit25d62dda844b4d2fa2ebee354b027f848cb5d42d
tree71e23169eafd6df1f81131f2f051a61a65141f43
parent50449d0873099d92608f2a55ead3b06c28d647fc
Changed code to avoid modifying the input string, its not really
nessisary to null terminate substrings, when you have the length
of the substring you are interested in.
usr.bin/make/var.c