From 04445b6bff02da758a87a48c19ee4963aba62f15 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 30 Sep 2020 16:03:29 -0400 Subject: util: Don't rely on bftw And rename format_mode() to xstrmode() while I'm at it. --- util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.h') diff --git a/util.h b/util.h index 6e7c1f2..b10e0e4 100644 --- a/util.h +++ b/util.h @@ -166,7 +166,7 @@ char *xregerror(int err, const regex_t *regex); * @param str * The string to hold the formatted mode. */ -void format_mode(mode_t mode, char str[11]); +void xstrmode(mode_t mode, char str[11]); /** * basename() variant that doesn't modify the input. -- cgit v1.2.3