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

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

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

revision 5.1 by kusanagi, Sat Feb 4 12:37:45 2006 UTC revision 6.2 by mocchiut, Mon Oct 16 16:02:22 2006 UTC
# Line 64  void findstart_(int *error,char *buffer, Line 64  void findstart_(int *error,char *buffer,
64                        
65        *curpos=*curpos-1;        *curpos=*curpos-1;
66        if(*curpos-1 > *len) {        if(*curpos-1 > *len) {
67  /*      printf("findstart: Unexpected end of file \n"); */  //        printf("findstart: Unexpected end of file \n");
68              *error=1;            *error=1;
69              return ;            return ;
70          }        }
71  /***********************************************************/  /***********************************************************/
72        
73      }     while ((word&0xf000) != 0xe000);      }     while ((word&0xf000) != 0xe000);

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

  ViewVC Help
Powered by ViewVC 1.1.23