Mercurial > trustbridge
comparison cinst/mozilla.c @ 181:bea93c8651b7
Merged
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Tue, 25 Mar 2014 17:56:56 +0100 |
parents | 344b8a79ad2e 8fafd0fc2173 |
children | d4e97c9b199f |
comparison
equal
deleted
inserted
replaced
180:344b8a79ad2e | 181:bea93c8651b7 |
---|---|
186 else if (str_equal(key, "IsRelative") && | 186 else if (str_equal(key, "IsRelative") && |
187 str_starts_with(value, "1")) | 187 str_starts_with(value, "1")) |
188 relative_path = true; | 188 relative_path = true; |
189 } | 189 } |
190 } | 190 } |
191 fclose(inifile); | |
191 } | 192 } |
192 else | 193 else |
193 { | 194 { |
194 DEBUGFPRINT("DEBUG: WARN! Could not open ini file: '%s'\n", inifile_name); | 195 DEBUGFPRINT("DEBUG: WARN! Could not open ini file: '%s'\n", inifile_name); |
195 return_code |= WARN_MOZ_FAILED_TO_OPEN_INI; | 196 return_code |= WARN_MOZ_FAILED_TO_OPEN_INI; |