/[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 6.1 by kusanagi, Tue Jun 27 10:25:42 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        }        }

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

  ViewVC Help
Powered by ViewVC 1.1.23