[svn-r6943] Purpose:
bug fix Description: unsigned integers were not printed out correctly Solution: added %u and %lu to the list of formats Platforms tested: Windows 2000 (octopus) Linux 2.4 (rockaway) SunOS 5.7 (arabica) IRIX 6.5 (modi4) Misc. update:
This commit is contained in:
@@ -6,6 +6,8 @@ file1 file2
|
||||
---------------------------------------
|
||||
x x /dset0a
|
||||
x x /dset0b
|
||||
x x /dset10a
|
||||
x x /dset10b
|
||||
x x /dset1a
|
||||
x x /dset1b
|
||||
x x /dset2a
|
||||
@@ -31,6 +33,12 @@ Comparing </dset0a> with </dset0a>
|
||||
Comparing </dset0b> with </dset0b>
|
||||
0 differences found
|
||||
|
||||
Comparing </dset10a> with </dset10a>
|
||||
0 differences found
|
||||
|
||||
Comparing </dset10b> with </dset10b>
|
||||
0 differences found
|
||||
|
||||
Comparing </dset1a> with </dset1a>
|
||||
0 differences found
|
||||
|
||||
|
||||
Reference in New Issue
Block a user