From 776a300584aa3d2d3f1c0f5c91f89aa8991ce8f4 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sat, 23 Feb 2013 15:36:02 +0100 Subject: [PATCH] configfile: reset modified flag after saving Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/5aca39874b9a94eeeeb9ac3e284eecc2e0b5b3e4 Author: Stefan Seyfried Date: 2013-02-23 (Sat, 23 Feb 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- lib/libconfigfile/configfile.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libconfigfile/configfile.cpp b/lib/libconfigfile/configfile.cpp index 67848ead5..4c303cde7 100644 --- a/lib/libconfigfile/configfile.cpp +++ b/lib/libconfigfile/configfile.cpp @@ -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