kopia lustrzana https://github.com/weetmuts/wmbusmeters
Work on macosx build.
rodzic
bca2e93b3c
commit
205d360e29
|
@ -501,7 +501,7 @@ bool loadFile(string file, vector<char> *buf)
|
|||
if (errno == EINTR) {
|
||||
continue;
|
||||
}
|
||||
warning("Could not read file %s errno=%d\n", file, errno);
|
||||
warning("Could not read file %s errno=%d\n", file.c_str(), errno);
|
||||
close(fd);
|
||||
|
||||
return false;
|
||||
|
|
Ładowanie…
Reference in New Issue