summaryrefslogtreecommitdiff
path: root/src/sdd1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdd1.cpp')
-rw-r--r--src/sdd1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdd1.cpp b/src/sdd1.cpp
index 8c79750..aa3da87 100644
--- a/src/sdd1.cpp
+++ b/src/sdd1.cpp
@@ -110,7 +110,7 @@ void S9xSDD1SaveLoggedData ()
Memory.SDD1LoggedDataCount, fs);
fclose (fs);
#if defined(__linux)
- chown (S9xGetFilename (".dat"), getuid (), getgid ());
+ //chown (S9xGetFilename (".dat"), getuid (), getgid ());
#endif
}
Memory.SDD1LoggedDataCountPrev = Memory.SDD1LoggedDataCount;