56 |
int nbytes2=2; |
int nbytes2=2; |
57 |
char *buff=buffer; |
char *buff=buffer; |
58 |
|
|
59 |
for(i=0; i<1024; i++){ |
if( *curpos+(2*1024)-1>*len ) { |
|
getbytes_(&nbytes2,buff,curpos,&sig_buf_temp[i]); |
|
|
|
|
|
if( *curpos-1>*len ) { |
|
60 |
printf("readsig: Unexpected end of file \n"); |
printf("readsig: Unexpected end of file \n"); |
61 |
*error=1; |
*error=1; |
62 |
return ; |
return ; |
|
} |
|
63 |
} |
} |
64 |
|
|
65 |
|
for(i=0; i<1024; i++) |
66 |
|
getbytes_(&nbytes2,buff,curpos,&sig_buf_temp[i]); |
67 |
|
|
68 |
/*****************************************************************/ |
/*****************************************************************/ |
69 |
|
|
70 |
|
|