bugfix: stop wiping out ~/.fluxbox/keys
This commit is contained in:
parent
261ba26d27
commit
1b4596ee85
1 changed files with 0 additions and 6 deletions
|
@ -489,12 +489,6 @@ string read_file(const string& filename) {
|
||||||
string linebuffer;
|
string linebuffer;
|
||||||
while (!infile.eof()) {
|
while (!infile.eof()) {
|
||||||
getline(infile, linebuffer);
|
getline(infile, linebuffer);
|
||||||
|
|
||||||
// check if we read something at all. if its 0, its a strange file
|
|
||||||
// (eg a directory) or we are at the end
|
|
||||||
if (infile.gcount() == 0) {
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
whole_file += linebuffer + "\n";
|
whole_file += linebuffer + "\n";
|
||||||
}
|
}
|
||||||
infile.close();
|
infile.close();
|
||||||
|
|
Loading…
Reference in a new issue