From ffa83efbb604ba2ed921e86bc6c837f6d605faa2 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 20 May 2024 12:54:15 -0400 Subject: Stop using %m --- src/color.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/color.h') diff --git a/src/color.h b/src/color.h index 3550888..8582eb3 100644 --- a/src/color.h +++ b/src/color.h @@ -87,7 +87,6 @@ int cfclose(CFILE *cfile); * %g: A double * %s: A string * %zu: A size_t - * %m: strerror(errno) * %pq: A shell-escaped string, like bash's printf %q * %pQ: A TTY-escaped string. * %pF: A colored file name, from a const struct BFTW * argument -- cgit v1.2.3