diff options
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; |