Various fixes and improvements.

This commit is contained in:
C. Guy Yarvin 2014-01-27 11:09:56 -08:00
parent eafd120bb4
commit a5fee9936b
2 changed files with 2 additions and 1 deletions

View File

@ -147,6 +147,7 @@
# define c3_stat_mtime(dp) (u2_time_t_in_ts((dp)->st_mtime))
# elif defined(U2_OS_osx)
# define c3_stat_mtime(dp) (u2_time_in_ts(&((dp)->st_mtimespec)))
# define lseek64 lseek
# elif defined(U2_OS_bsd)
# define c3_stat_mtime(dp) (u2_time_in_ts(&((dp)->st_mtim)))
# else

View File

@ -1463,7 +1463,7 @@ _lo_rest(u2_reck* rec_u)
c3_w* img_w;
u2_noun ron;
uL(fprintf(uH, "rest: reading event at %llx\n", end_d));
// uL(fprintf(uH, "rest: reading event at %llx\n", end_d));
if ( -1 == lseek64(fid_i, 4ULL * tar_d, SEEK_SET) ) {
uL(fprintf(uH, "record (%s) is corrupt (d)\n", ful_c));