dsbspecframe.c | dsbspecframe.c | |||
---|---|---|---|---|
skipping to change at line 738 | skipping to change at line 738 | |||
/* Check the global error status. */ | /* Check the global error status. */ | |||
if ( !astOK ) return NULL; | if ( !astOK ) return NULL; | |||
/* Get a pointer to the structure holding thread-specific global data. */ | /* Get a pointer to the structure holding thread-specific global data. */ | |||
astGET_GLOBALS(this); | astGET_GLOBALS(this); | |||
/* Initialise. */ | /* Initialise. */ | |||
result = NULL; | result = NULL; | |||
/* Validate the axis index. */ | /* Validate the axis index. */ | |||
astValidateAxis( this, axis, "astGetLabel" ); | astValidateAxis( this, axis, 1, "astGetLabel" ); | |||
/* Invoke the parent astGetLabel method to obtain a pointer to it. */ | /* Invoke the parent astGetLabel method to obtain a pointer to it. */ | |||
result = (*parent_getlabel)( this, axis, status ); | result = (*parent_getlabel)( this, axis, status ); | |||
/* Check if this is a default value. If so, append a string indicating | /* Check if this is a default value. If so, append a string indicating | |||
the sideband. */ | the sideband. */ | |||
if ( !astTestLabel( this, axis ) ) { | if ( !astTestLabel( this, axis ) ) { | |||
/* If OK, supply a pointer to a suitable default label string. */ | /* If OK, supply a pointer to a suitable default label string. */ | |||
sprintf( getlabel_buff, "%s (%s)", result, astGetAttrib( this, "sideb and" ) ); | sprintf( getlabel_buff, "%s (%s)", result, astGetAttrib( this, "sideb and" ) ); | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |