25c25
< static char *SCCS_ID[3] = {"@(#) sechash.cpp Version 3.1 created 03/04/02 at 09:56:59",

---
> static char *SCCS_ID[3] = {"@(#) sechash.cpp Version 1.1 created 12/18/01 at 13:51:30",

99c99
< 			log_file_name = "A:\\hashbsec.txt";

---
> 			log_file_name = "A:\\hashblog.txt";

103c103
< 			log_file_name = "A:\\hashasec.txt";

---
> 			log_file_name = "A:\\hashalog.txt";

145d144
< 				before++;

178,179d176
< 	printf ("Hash %lu sectors [%lu,%lu] = ",max_sector + 1 - first,first,

< 		max_sector);

184c181
< 		feedback (from, (unsigned long) 0, lba - first,max_sector - first);

---
> 		feedback (from, (unsigned long) 0, lba - first,ns - first);

189,190c186,187
< 	fprintf (log,"Disk hash (%lu sectors) [%lu,%lu]\nHash = ",

< 		max_sector + 1 - first,first,	max_sector);

---
> 	fprintf (log,"Disk hash (%lu sectors) [%lu,%lu] = ",max_sector + 1 - first,first,

> 		max_sector);

