/[dtapublic]/projs/ets/trunk/src/ets_toolcol/ets_dedup/c_main.c
ViewVC logotype

Diff of /projs/ets/trunk/src/ets_toolcol/ets_dedup/c_main.c

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

revision 241 by dashley, Sat Aug 4 16:41:35 2018 UTC revision 242 by dashley, Sat Aug 4 18:25:51 2018 UTC
# Line 124  const char *ets_dedup_instructions[] = Line 124  const char *ets_dedup_instructions[] =
124     "Technical Notes",     "Technical Notes",
125     "---------------",     "---------------",
126     "   ( 1) Although the probability of two files with different contents having",     "   ( 1) Although the probability of two files with different contents having",
127     "        the same SHA512 digest is astronomically small (a hash collision has",     "        the same SHA512 digest is astronomically small (a hash collision with",
128     "        never been found), the program handles this case by ",     "        SHA512 has never been found), the program handles this case by",
129       "        comparing each file to be deleted with another file with the same",
130       "        SHA512 hash before deletion.  If the file contents are identical (the",
131       "        expected case) the deletion will occur.  However, if the file contents",
132       "        are not identical (a case which will probably never occur), the",
133       "        deletion is not performed.  This prevents the program from EVER",
134       "        removing a unique file.",
135  };  };
136    
137    

Legend:
Removed from v.241  
changed lines
  Added in v.242

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25