]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Unbreak the build when `ELF_VERBOSE` is defined after r348005
authorngie <ngie@FreeBSD.org>
Tue, 21 May 2019 00:46:47 +0000 (00:46 +0000)
committerngie <ngie@FreeBSD.org>
Tue, 21 May 2019 00:46:47 +0000 (00:46 +0000)
commit4ac8e90cc6d627e2c0363d3f4695266f0d80777b
tree48d1308764a39b6297f2be2049bd44bc2e71547b
parentdfc6cdfbfa3d9170e18ecfd734e9702ee35b6df7
Unbreak the build when `ELF_VERBOSE` is defined after r348005

This change properly terminates the formatting string quote modification done
in r348005, which is triggered when `ELF_VERBOSE` is defined.

MFC with: r348005
Reported by: ci (amd64, gcc)
stand/common/load_elf.c