Work on macosx build.

pull/22/head
weetmuts 2019-02-23 21:34:31 +01:00
rodzic bca2e93b3c
commit 205d360e29
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;