/[PAMELA software]/yoda/techmodel/forroutines/tracker/readraw/readsig.c
ViewVC logotype

Diff of /yoda/techmodel/forroutines/tracker/readraw/readsig.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6.1 by kusanagi, Tue Jun 27 10:25:42 2006 UTC revision 6.2 by pam-fi, Tue Oct 24 11:28:38 2006 UTC
# Line 56  void getbytes_(int *nbytes, char *buffer Line 56  void getbytes_(int *nbytes, char *buffer
56      int nbytes2=2;      int nbytes2=2;
57      char *buff=buffer;      char *buff=buffer;
58    
59      if( *curpos+1024>*len ) {      if( *curpos+(2*1024)>*len ) {
60          printf("readsig: Unexpected end of file \n");          printf("readsig: Unexpected end of file \n");
61          *error=1;          *error=1;
62          return ;          return ;

Legend:
Removed from v.6.1  
changed lines
  Added in v.6.2

  ViewVC Help
Powered by ViewVC 1.1.23