From 6eb5949dd99d174393465069c2fd0bab32deddcc Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Mon, 28 Dec 2015 00:06:36 +0000 Subject: gettext-0.19.7 --- gettext-tools/gnulib-lib/error.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gettext-tools/gnulib-lib/error.c') diff --git a/gettext-tools/gnulib-lib/error.c b/gettext-tools/gnulib-lib/error.c index 18ff5db..0ac7695 100644 --- a/gettext-tools/gnulib-lib/error.c +++ b/gettext-tools/gnulib-lib/error.c @@ -1,5 +1,5 @@ /* Error handler for noninteractive utilities - Copyright (C) 1990-1998, 2000-2007, 2009-2014 Free Software Foundation, Inc. + Copyright (C) 1990-1998, 2000-2007, 2009-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software: you can redistribute it and/or modify @@ -379,10 +379,10 @@ error_at_line (int status, int errnum, const char *file_name, } #if _LIBC - __fxprintf (NULL, file_name != NULL ? "%s:%d: " : " ", + __fxprintf (NULL, file_name != NULL ? "%s:%u: " : " ", file_name, line_number); #else - fprintf (stderr, file_name != NULL ? "%s:%d: " : " ", + fprintf (stderr, file_name != NULL ? "%s:%u: " : " ", file_name, line_number); #endif -- cgit v1.2.1