diff options
Diffstat (limited to 'gl/lib')
-rw-r--r-- | gl/lib/randread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/lib/randread.c b/gl/lib/randread.c index 5efbd4fe4..bd5e38650 100644 --- a/gl/lib/randread.c +++ b/gl/lib/randread.c @@ -28,7 +28,7 @@ #include <error.h> #include <exitfail.h> #include <fcntl.h> -#include <quotearg.h> +#include <quote.h> #include <stdalign.h> #include <stdbool.h> #include <stdint.h> @@ -126,7 +126,7 @@ randread_error (void const *file_name) if (file_name) error (exit_failure, errno, errno == 0 ? _("%s: end of file") : _("%s: read error"), - quotearg_colon (file_name)); + quote (file_name)); abort (); } |