harti 2005-02-28 15:01:38 UTC FreeBSD src repository Modified files: usr.bin/make var.c Log: Don't modify the input string in VarParseLong(). It is not necessary to NUL-terminated it, because we know the lengths from the pointers. Patch: 7.80 Submitted by: Max Okumoto <okumoto at ucsd.edu> Revision Changes Path 1.95 +6 -15 src/usr.bin/make/var.c