diff options
Diffstat (limited to 'moduli.c')
-rw-r--r-- | moduli.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -151,7 +151,7 @@ qfileout(FILE * ofile, u_int32_t otype, u_int32_t otests, u_int32_t otries, | |||
151 | 151 | ||
152 | time(&time_now); | 152 | time(&time_now); |
153 | gtm = gmtime(&time_now); | 153 | gtm = gmtime(&time_now); |
154 | 154 | ||
155 | res = fprintf(ofile, "%04d%02d%02d%02d%02d%02d %u %u %u %u %x ", | 155 | res = fprintf(ofile, "%04d%02d%02d%02d%02d%02d %u %u %u %u %x ", |
156 | gtm->tm_year + 1900, gtm->tm_mon + 1, gtm->tm_mday, | 156 | gtm->tm_year + 1900, gtm->tm_mon + 1, gtm->tm_mday, |
157 | gtm->tm_hour, gtm->tm_min, gtm->tm_sec, | 157 | gtm->tm_hour, gtm->tm_min, gtm->tm_sec, |
@@ -573,7 +573,7 @@ prime_test(FILE *in, FILE *out, u_int32_t trials, | |||
573 | count_in); | 573 | count_in); |
574 | continue; | 574 | continue; |
575 | } | 575 | } |
576 | 576 | ||
577 | /* | 577 | /* |
578 | * q is possibly prime, so go ahead and really make sure | 578 | * q is possibly prime, so go ahead and really make sure |
579 | * that p is prime. If it is, then we can go back and do | 579 | * that p is prime. If it is, then we can go back and do |