bug: append to file not overwrite
Kieran Klukas 2 months ago a459ac5f 6d107b4b
··· 110 110 if (foundVerse) { 111 111 cout << verse << " " << verseString << endl; 112 112 113 113 - OF.open(outputFilename); 113 113 + OF.open(outputFilename, ios_base::app); 114 114 115 115 if (!OF.is_open()) { 116 116 cout << outputFilename << ": error saving file" << endl;