(append_number): make rep const
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10907 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995-2001 Kungliga Tekniska H<>gskolan
|
||||
* Copyright (c) 1995-2002 Kungliga Tekniska H<>gskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
@@ -135,7 +135,7 @@ use_alternative (int flags, u_longest num, unsigned base)
|
||||
|
||||
static int
|
||||
append_number(struct snprintf_state *state,
|
||||
u_longest num, unsigned base, char *rep,
|
||||
u_longest num, unsigned base, const char *rep,
|
||||
int width, int prec, int flags, int minusp)
|
||||
{
|
||||
int len = 0;
|
||||
|
Reference in New Issue
Block a user