--- - branch: MAIN date: Tue Feb 23 00:11:07 UTC 2021 files: - new: '1.843' old: '1.842' path: src/usr.bin/make/var.c pathrev: src/usr.bin/make/var.c@1.843 type: modified id: 20210223T001107Z.bd73abdd409e8e5fa5ef1840e4066dc663a93e65 log: | make: fix local variable name for parsing arguments The variable name 'arg' was misleading since after a successful TryParseTime, it would no longer point to the argument of the variable modifier, but to the _end_ of the argument. To reduce confusion, use p instead, like everywhere else. This name is less specific, which is still better than a wrong name. module: src subject: 'CVS commit: src/usr.bin/make' unixtime: '1614039067' user: rillig