const parameter
This commit is contained in:
parent
d74f3d741a
commit
987911bd61
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
#include "tommath.h"
|
#include "tommath.h"
|
||||||
|
|
||||||
static void ndraw(mp_int *a, char *name)
|
static void ndraw(mp_int *a, const char *name)
|
||||||
{
|
{
|
||||||
char buf[16000];
|
char buf[16000];
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
static void ndraw(mp_int *a, char *name)
|
static void ndraw(mp_int *a, const char *name)
|
||||||
{
|
{
|
||||||
char buf[4096];
|
char buf[4096];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user