diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-12-12 20:05:51 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-12-12 20:05:51 +0000 |
commit | 4260a2d8748be293fda42ba820c40b6a5f30c979 (patch) | |
tree | f816f77290e76b3055e8d2f4484249a3689ab18a /games/tome/files/patch-ad | |
parent | Opera has given us permission to redistribute. (diff) |
Update to TOME 2.2.5
Notes
Notes:
svn path=/head/; revision=95681
Diffstat (limited to 'games/tome/files/patch-ad')
-rw-r--r-- | games/tome/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/tome/files/patch-ad b/games/tome/files/patch-ad new file mode 100644 index 000000000000..50aa2470856b --- /dev/null +++ b/games/tome/files/patch-ad @@ -0,0 +1,11 @@ +--- loadsave.c.orig Thu Dec 11 12:32:40 2003 ++++ loadsave.c Fri Dec 12 11:54:55 2003 +@@ -853,7 +853,7 @@ + { + bool ok = FALSE; + int fd = -1; +- int mode = 0644; ++ int mode = 0664; + + /* No file yet */ + fff = NULL; |