[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:
Pedro Vicente Nunes
2003-12-03 10:35:32 -05:00
parent a70274ecea
commit 2d011283a3
12 changed files with 58 additions and 24 deletions

View File

@@ -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;
}