Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/make
Module Name: src
Committed By: rillig
Date: Mon Aug 10 20:07:14 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): replace snprintf with concat3
This makes the code more predictable for long strings, since the main
action is never skipped.
The code also becomes simpler since there is no %s anymore, and the 3
arguments just appear in the same order as in the result.
To generate a diff of this commit:
cvs rdiff -u -r1.445 -r1.446 src/usr.bin/make/var.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index