Changeset 461

Show
Ignore:
Timestamp:
04/10/07 15:12:43
Author:
rachel
Message:

Cast required in printf in OSX

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openpgpsdk/trunk/src/advanced/adv_validate.c

    r459 r461  
    9494    case OPS_PTAG_CT_USER_ATTRIBUTE: 
    9595        assert(content->user_attribute.data.len); 
    96         printf("user attribute, length=%d\n",content->user_attribute.data.len); 
     96        printf("user attribute, length=%d\n",(int)content->user_attribute.data.len); 
    9797        if(arg->user_attribute.data.len) 
    9898            ops_user_attribute_free(&arg->user_attribute);