Skip to content

Commit

Permalink
remove time_t from struct you - follow up bit
Browse files Browse the repository at this point in the history
  • Loading branch information
nethack.allison committed Dec 19, 2007
1 parent d430db0 commit 67d5fb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/restore.c
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ unsigned int *stuckid, *steedid; /* STEED */
#endif
mread(fd, (genericptr_t) &u, sizeof(struct you));
mread(fd, (genericptr_t) timebuf, 14);
timebuf[14] = '\0';
ubirthday = time_from_yyyymmddhhmmss(timebuf);

set_uasmon();
Expand Down

0 comments on commit 67d5fb1

Please sign in to comment.