IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 21 years ago

Last modified 20 years ago

#531 closed defect (invalid)

psMetadataConfigFormat() does not properly handle nested psMetadata

Reported by: jhoblitt Owned by: David.Robbins@…
Priority: high Milestone:
Component: types Version: 0.7.0
Severity: normal Keywords:
Cc:

Description

The attached example outputs this format. Which is obviously wrong.

bar METADATA

bar METADATA

foo S32 1 #

END #

END #

Attachments (1)

nestedmd.c (596 bytes ) - added by jhoblitt 21 years ago.
formatting nested metadata

Download all attachments as: .zip

Change History (5)

by jhoblitt, 21 years ago

Attachment: nestedmd.c added

formatting nested metadata

comment:1 by robert.desonia@…, 21 years ago

Owner: changed from robert.desonia@… to David.Robbins@…
Summary: psMetadataConfigFormat() does not properly handle nested psMetadata psMetadataConfigFormat() does not properly handle nested psMetadata

comment:2 by David.Robbins@…, 21 years ago

Resolution: invalid
Status: newclosed

Actually, I think that output is correct. If you notice in your code, you
print the output of md3. I changed this to md4 and got the following,
boing METADATA

baz METADATA

bar METADATA

foo S32 1 #

END #

END #

END #
I assume this is closer to what you would expect?
I will take a look at the unnecessary printing of #'s.

comment:3 by Paul Price, 20 years ago

Keywords: VERIFIED added

Bug has been resolved.... closing.

comment:4 by Paul Price, 20 years ago

Keywords: VERIFIED removed

Bugs have been fixed... closing.

Note: See TracTickets for help on using tickets.