X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=sshbn.c;h=a35bf31444a23e788e1fb09fa16e7d4d7b2861c9;hb=89da2ddf564a93414ee9ab2df3f053608094e417;hp=0d64620da5c8728b59adf86e3334148cc76359bb;hpb=fb4fbe11588d3e53be99909f57dd179d1105aaf5;p=PuTTY.git diff --git a/sshbn.c b/sshbn.c index 0d64620d..a35bf314 100644 --- a/sshbn.c +++ b/sshbn.c @@ -1970,7 +1970,7 @@ char *bignum_decimal(Bignum x) * testdata/bignum.py . */ -void modalfatalbox(char *p, ...) +void modalfatalbox(const char *p, ...) { va_list ap; fprintf(stderr, "FATAL ERROR: ");