[svn-r7908] Purpose:
code clean, bug fix Description: cleaned warnings on IRIX fixed bug in parse command line Solution: Platforms tested: linux IRIX 6.5 64 Misc. update:
This commit is contained in:
@@ -521,7 +521,7 @@ int diff_datum( void *_mem1,
|
||||
/* compare OID */
|
||||
if (sb1.objno!=sb2.objno)
|
||||
{
|
||||
printf("Different OIDs in reference: <%s, %d> and <%s, %d>",
|
||||
HDfprintf(stdout,"Different OIDs in reference: <%s, %Hu> and <%s, %Hu>",
|
||||
obj1, sb1.objno, obj2, sb2.objno);
|
||||
nfound = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user