diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-06-15 22:48:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-15 22:48:27 (GMT) |
commit | 16b1f35e7f5cff85a141148a6f8aa02c23f08fd7 (patch) | |
tree | c5f80197bda39eaf1026de538f343e498b3f8258 /test | |
parent | c2e3e9f63a1872a8f27aac18f0ff72405746b8ce (diff) | |
download | hdf5-16b1f35e7f5cff85a141148a6f8aa02c23f08fd7.zip hdf5-16b1f35e7f5cff85a141148a6f8aa02c23f08fd7.tar.gz hdf5-16b1f35e7f5cff85a141148a6f8aa02c23f08fd7.tar.bz2 |
Some minor version text changes (#3134)
Diffstat (limited to 'test')
-rw-r--r-- | test/onion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/onion.c b/test/onion.c index 03730a7..c643c00 100644 --- a/test/onion.c +++ b/test/onion.c @@ -1285,7 +1285,7 @@ test_revision_record_encode_decode(void) 0, 0, 0, 0, /* Bytes 080-083: checksum (populated below) */ /* ENTRY 1 */ 0, 0xF0, 0x2E, 0, 0, 0, 0, 0, /* Bytes 084-091: entry 1: logical offset */ - 0xA7, 0, 0, 0, 0, 0, 0, 0, /* Bytes 092-099: entry 1: physical address */ + 0xA7, 0, 0, 0, 0, 0, 0, 0, /* Bytes 092-099: entry 1: physical address */ 0, 0, 0, 0, /* Bytes 100-103: checksum (populated below) */ /* ENTRY 2 */ 0, 0x50, 0x15, 0, 0, 0x20, 0, 0, /* Bytes 104-111: entry 2: logical offset */ |