/[dtapublic]/projs/dtats/trunk/projs/20161007_dedup/qdedup.c
ViewVC logotype

Diff of /projs/dtats/trunk/projs/20161007_dedup/qdedup.c

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

revision 88 by dashley, Fri Nov 11 03:13:11 2016 UTC revision 89 by dashley, Fri Nov 11 04:19:20 2016 UTC
# Line 397  void get_sha512file_line(FILE *s, int *r Line 397  void get_sha512file_line(FILE *s, int *r
397     {     {
398        fatal("129th hash line character must be \" \".", __FILE__, __LINE__);        fatal("129th hash line character must be \" \".", __FILE__, __LINE__);
399     }     }
400  //   else if (buf[129] != '*')     else if (buf[129] != '*')
 //   {  
 //      fatal("130th hash line character must be \"*\".", __FILE__, __LINE__);  
 //   }    
    else if (buf[129] != ' ')  
401     {     {
402        //130th character is ' '.  Need to figure out why sometimes space and sometimes '*'.        fatal("130th hash line character must be \"*\".", __FILE__, __LINE__);
403        fatal("130th hash line character must be \" \".", __FILE__, __LINE__);     }  
404     }  //   else if (buf[129] != ' ')
405    //   {
406    //      //130th character is ' '.  Need to figure out why sometimes space and sometimes '*'.
407    //      fatal("130th hash line character must be \" \".", __FILE__, __LINE__);
408    //   }
409    
410     //There must be a 131'st character.  Beyond that, we can't qualify, because filenames may     //There must be a 131'st character.  Beyond that, we can't qualify, because filenames may
411     //have odd characters and may be of any length.     //have odd characters and may be of any length.

Legend:
Removed from v.88  
changed lines
  Added in v.89

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25