This commit is contained in:
Alexei Podtelezhnikov 2021-09-20 22:18:29 -04:00
parent 71969d1edf
commit 6190360967
4 changed files with 4 additions and 4 deletions

View File

@ -939,7 +939,7 @@ typedef short ResourceIndex;
if ( lwfn_file_name[0] ) if ( lwfn_file_name[0] )
{ {
err = lookup_lwfn_by_fond( pathname, lwfn_file_name, err = lookup_lwfn_by_fond( pathname, lwfn_file_name,
buff, sizeof ( buff ) ); buff, sizeof ( buff ) );
if ( !err ) if ( !err )
have_lwfn = 1; have_lwfn = 1;
} }

View File

@ -560,7 +560,7 @@
if ( lwfn_file_name[0] ) if ( lwfn_file_name[0] )
{ {
err = lookup_lwfn_by_fond( pathname, lwfn_file_name, err = lookup_lwfn_by_fond( pathname, lwfn_file_name,
buff, sizeof ( buff ) ); buff, sizeof ( buff ) );
if ( !err ) if ( !err )
have_lwfn = 1; have_lwfn = 1;
} }

View File

@ -594,7 +594,7 @@
goto Fail; goto Fail;
if ( FT_STREAM_SEEK( cid->data_offset + offsets[0] ) || if ( FT_STREAM_SEEK( cid->data_offset + offsets[0] ) ||
FT_STREAM_READ( subr->code[0], data_len ) ) FT_STREAM_READ( subr->code[0], data_len ) )
goto Fail; goto Fail;
/* set up pointers */ /* set up pointers */

View File

@ -1953,7 +1953,7 @@ typedef ptrdiff_t FT_PtrDist;
ras.cell_null->x = CELL_MAX_X_VALUE; ras.cell_null->x = CELL_MAX_X_VALUE;
ras.cell_null->area = 0; ras.cell_null->area = 0;
ras.cell_null->cover = 0; ras.cell_null->cover = 0;
ras.cell_null->next = NULL;; ras.cell_null->next = NULL;
/* set up vertical bands */ /* set up vertical bands */
ras.ycells = (PCell*)buffer; ras.ycells = (PCell*)buffer;