summary refs log tree commit diff
path: root/src/funcs/popd
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2018-05-19 02:39:45 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2018-05-28 17:12:23 +0800
commit15a60c2357f772ccf953772859e8f9fc124442e2 (patch)
tree2dccb7758dc6d772cf9ccea46736f410a1afa6c6 /src/funcs/popd
parentoutput: Fix fmtstr return value (diff)
downloaddash-15a60c2357f772ccf953772859e8f9fc124442e2.tar.gz
dash-15a60c2357f772ccf953772859e8f9fc124442e2.zip
jobs: Replace some uses of fmtstr with stpcpy/stpncpy
Some uses of fmtstr, particularly the ones without a format string,
can be replaced with stpcpy or stpncpy.  This patch does that so
we don't have to introduce unnecessary format strings in order to
silence compiler warnings.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'src/funcs/popd')
0 files changed, 0 insertions, 0 deletions
/cash/Makefile?id=93f635b0e9edad7e3b9a832fbbfb5708a60d4507&follow=1'>Don't make depend automaticallyJune McEnroe