ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/BeOS/xpram_beos.cpp
(Generate patch)

Comparing BasiliskII/src/BeOS/xpram_beos.cpp (file contents):
Revision 1.1 by cebix, 1999-10-03T14:16:25Z vs.
Revision 1.2 by cebix, 1999-11-01T16:24:14Z

# Line 58 | Line 58 | void SaveXPRAM(void)
58          if (xpram_path.InitCheck() != B_NO_ERROR)
59                  return;
60          int fd;
61 <        if ((fd = open(xpram_path.Path(), O_WRONLY | O_CREAT, 0664)) >= 0) {
61 >        if ((fd = open(xpram_path.Path(), O_WRONLY | O_CREAT, 0666)) >= 0) {
62                  write(fd, XPRAM, 256);
63                  close(fd);
64          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines