*** ref_dt_segy.c.orig Thu Sep 12 14:56:20 1996 --- ref_dt_segy.c Sun Sep 17 21:57:52 2000 *************** *** 265,272 **** revmem(&block[i], word_size); sptr = (short *) &block[i]; if (*sptr <-32765 || *sptr>32765) ! fprintf(stderr, "SCSI ERROR WARNING 4: byte %d value: %d hex: %0x %0x \n",i, ! *sptr, block[i], block[i+1]); } #endif --- 265,272 ---- revmem(&block[i], word_size); sptr = (short *) &block[i]; if (*sptr <-32765 || *sptr>32765) ! fprintf(stderr, "SCSI ERROR WARNING 4: byte %d value: %d hex: %04x\n", ! i, *sptr, (unsigned short)*sptr); } #endif *** ref_filename.c.orig Fri Apr 19 15:53:46 1996 --- ref_filename.c Sun Nov 19 13:35:02 2000 *************** *** 14,20 **** int chn_num, i, j, place, nextdir; long srat; unsigned char temp_char[5]; ! char yr_str[3]; int tmp_unit_id; int *tmp_ptr; --- 14,20 ---- int chn_num, i, j, place, nextdir; long srat; unsigned char temp_char[5]; ! char yr_str[4]; int tmp_unit_id; int *tmp_ptr;