Differences From Artifact [d214a82c1c]:
- File src/OFFile.m — part of check-in [0c99c954e2] at 2010-04-03 01:47:35 on branch trunk — Pass a default mode to open(). (user: js, size: 6022) [annotate] [blame] [check-ins using]
To Artifact [a377c2db9b]:
- File src/OFFile.m — part of check-in [66c1d7718d] at 2010-04-09 00:55:47 on branch trunk — Add an optional write cache to OFStream. (user: js, size: 6039) [annotate] [blame] [check-ins using]
︙ | |||
249 250 251 252 253 254 255 | 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 | - - + + | size: size]; if ((ret = read(fd, buf, size)) == 0) eos = YES; return ret; } |
︙ |