Kaydet (Commit) 10e59972 authored tarafından Ozan Çağlayan's avatar Ozan Çağlayan

Merge iks_load() fix from piksemel

üst c4e47106
......@@ -1822,8 +1822,9 @@ iks_load (const char *fname, iks **xptr)
if (len < FILE_IO_BUF_SIZE) {
if (0 == feof (f)) {
ret = IKS_FILE_RWERR;
len = 0;
break;
}
if (len == 0) ret = IKS_OK;
done = 1;
}
if (len > 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment