mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
(describe_number): Make I unsigned long.
This commit is contained in:
parent
3776d592f1
commit
f61f67b1a4
@ -27,7 +27,7 @@ Cambridge, MA 02139, USA. */
|
|||||||
#include "intr-msg.h"
|
#include "intr-msg.h"
|
||||||
|
|
||||||
static void
|
static void
|
||||||
describe_number (string_t description, const char *flavor, int i)
|
describe_number (string_t description, const char *flavor, unsigned long i)
|
||||||
{
|
{
|
||||||
int j;
|
int j;
|
||||||
char *p = __stpcpy (description, flavor);
|
char *p = __stpcpy (description, flavor);
|
||||||
|
Loading…
Reference in New Issue
Block a user