libtt: Fix some uninitialized variables detected by Coverity

This commit is contained in:
Matthew Howkins
2014-12-30 17:24:31 +00:00
committed by Peter Howkins
parent 8ed5281e3e
commit be49dc56bc
5 changed files with 16 additions and 14 deletions

View File

@@ -206,7 +206,7 @@ _ambuild(isfname, openmode, varflag, minlen, maxlen, primkey,
{
Fcb *fcb = NULL;
Bytearray *isfhandle2;
Bytearray isfhandle0;
Bytearray isfhandle0 = _bytearr_getempty();
Keydesc2 keydesc2;
int err;
Crp *crp;