Skip to content

Commit

Permalink
config.ini don't strip quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
riderkick committed Jun 6, 2015
1 parent 31a711b commit c12ea69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mangadownloader/forms/frmMain.pas
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,7 @@ procedure TMainForm.FormCreate(Sender: TObject);
// Load revision.ini
revisionIni := TIniFile.Create(fmdDirectory + CONFIG_FOLDER + REVISION_FILE);
options.CacheUpdates := False;
options.StripQuotes := False;

// Load updates.ini
updates := TIniFile.Create(fmdDirectory + CONFIG_FOLDER + UPDATE_FILE);
Expand Down

0 comments on commit c12ea69

Please sign in to comment.