summaryrefslogtreecommitdiffstats
path: root/hack/hack.save.c
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1994-03-28 11:21:12 +0000
committercgd <cgd@NetBSD.org>1994-03-28 11:21:12 +0000
commiteb873f88beeeda8ac105d51ebf86350d5df14e46 (patch)
tree5e77dcb385db7f6fad813edcfe96f2e755325811 /hack/hack.save.c
parent21811b88768f20fdbe52912b77f843a657497290 (diff)
downloadbsdgames-darwin-eb873f88beeeda8ac105d51ebf86350d5df14e46.tar.gz
bsdgames-darwin-eb873f88beeeda8ac105d51ebf86350d5df14e46.tar.zst
bsdgames-darwin-eb873f88beeeda8ac105d51ebf86350d5df14e46.zip
oops
Diffstat (limited to 'hack/hack.save.c')
-rw-r--r--hack/hack.save.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hack/hack.save.c b/hack/hack.save.c
index 2cf60369..a60f6c6a 100644
--- a/hack/hack.save.c
+++ b/hack/hack.save.c
@@ -3,7 +3,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: hack.save.c,v 1.3 1994/03/28 11:19:09 cgd Exp $";
+static char rcsid[] = "$Id: hack.save.c,v 1.4 1994/03/28 11:21:12 cgd Exp $";
#endif /* not lint */
#include "hack.h"
@@ -137,7 +137,7 @@ register fd;
savelev(nfd,tmp);
(void) close(nfd);
}
- (void) lseek(fd, 0L, 0);
+ (void) lseek(fd, 0, 0);
getlev(fd, 0, 0);
(void) close(fd);
(void) unlink(SAVEF);