if ( !retptr )
return TT_Err_Invalid_Argument;
- if (( error = tt_face->goto_table( tt_face, TTAG_GDEF, stream, 0 ) ))
+ if (( error = tt_face->goto_table( tt_face, TTAG_GDEF, stream, NULL ) ))
return error;
if (( error = TT_New_GDEF_Table ( face, &gdef ) ))
if ( !stream )
return TT_Err_Invalid_Face_Handle;
- if (( error = tt_face->goto_table( tt_face, TTAG_GPOS, stream, 0 ) ))
+ if (( error = tt_face->goto_table( tt_face, TTAG_GPOS, stream, NULL ) ))
return error;
base_offset = FILE_Pos();
{
an->af.af3.XDeviceTable.StartSize = 0;
an->af.af3.XDeviceTable.EndSize = 0;
- an->af.af3.XDeviceTable.DeltaValue = 0;
+ an->af.af3.XDeviceTable.DeltaValue = NULL;
}
if ( ACCESS_Frame( 2L ) )
{
an->af.af3.YDeviceTable.StartSize = 0;
an->af.af3.YDeviceTable.EndSize = 0;
- an->af.af3.YDeviceTable.DeltaValue = 0;
+ an->af.af3.YDeviceTable.DeltaValue = NULL;
}
break;
if ( !retptr )
return TT_Err_Invalid_Argument;
- if (( error = tt_face->goto_table( tt_face, TTAG_GSUB, stream, 0 ) ))
+ if (( error = tt_face->goto_table( tt_face, TTAG_GSUB, stream, NULL ) ))
return error;
base_offset = FILE_Pos();