From 4e2df09b10049479f8544676fa707cd3ba200eec Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Fri, 5 Apr 2019 23:59:09 -0230 Subject: [PATCH] Reactivate syncing for R77 stellarc file. --- src/unix/r77/SettingsR77.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unix/r77/SettingsR77.cxx b/src/unix/r77/SettingsR77.cxx index cecc364b9..5808bee77 100644 --- a/src/unix/r77/SettingsR77.cxx +++ b/src/unix/r77/SettingsR77.cxx @@ -93,7 +93,7 @@ bool SettingsR77::saveConfigFile(const string& cfgfile) const out.flush(); out.close(); -// FIXME system("/bin/fsync /mnt/stella/stellarc&"); + system("/bin/fsync /mnt/stella/stellarc&"); return true; }