mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
configfile: reset modified flag after saving
This commit is contained in:
committed by
Jacek Jendrzej
parent
07a8027b4d
commit
809db6211e
@@ -105,6 +105,7 @@ bool CConfigFile::saveConfig(const char * const filename)
|
||||
|
||||
chmod(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
|
||||
|
||||
modifiedFlag = false;
|
||||
return true;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user