cwFile.cpp : Fixed bug in _fnToBuf().

This commit is contained in:
kevin.larke 2020-03-31 12:49:24 -04:00
parent 0a293ba910
commit 98c9150809

View File

@ -81,6 +81,7 @@ namespace cw
buf = _fileToBuf(h,nn,bufByteCntPtr);
return buf;
errLabel:
close(h);