Browse Source

Test

etomic
jl777 7 years ago
parent
commit
d738c7b99a
  1. 2
      crypto777/iguana_utils.c

2
crypto777/iguana_utils.c

@ -460,7 +460,7 @@ int32_t safecopy(char *dest,char *src,long len)
if ( i == len )
{
printf("safecopy: %s too long %ld\n",src,len);
printf("divide by zero! %d\n",1/zeroval());
//printf("divide by zero! %d\n",1/zeroval());
#ifdef __APPLE__
//getchar();
#endif

Loading…
Cancel
Save