mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
13 lines
338 B
Diff
13 lines
338 B
Diff
diff -ruwN source-old/shm/dconf-shm.c source/shm/dconf-shm.c
|
|
--- source-old/shm/dconf-shm.c 2025-09-15 09:53:57.000000000 -0600
|
|
+++ source/shm/dconf-shm.c 2025-11-15 08:08:47.412198178 -0700
|
|
@@ -148,7 +148,7 @@
|
|
|
|
close (fd);
|
|
|
|
- unlink (filename);
|
|
+ //TODO: redoxfs bug: unlink (filename);
|
|
}
|
|
|
|
g_free (filename);
|