Fixed IOStream reporting a file size of 0 for files that have been written, but not...
authorJared Mulconry <jaredmulconry@gmail.com>
Sun, 8 Oct 2017 12:42:28 +0000 (23:42 +1100)
committerJared Mulconry <jaredmulconry@gmail.com>
Sun, 8 Oct 2017 12:42:28 +0000 (23:42 +1100)
commit4a915653f5949b2aa173d2bc3466cf84fa92db48
treecc80b0b3dd5c409032cbaedbe385123d85d04ade
parent8e8ed97750c892f70836bac84b048b087df492b6
Fixed IOStream reporting a file size of 0 for files that have been written, but not yet been flushed to disk.
test/unit/utDefaultIOStream.cpp
test/unit/utIOStreamBuffer.cpp