#431 closed defect (fixed)
psMetadataParseConfig returns NULL for single line failure
| Reported by: | Paul Price | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | types | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
psMetadataParseConfig should return its best attempt at parsing the
configuration file, even if it has trouble reading lines. That is, it should
not return NULL. It is the purpose of the "nFail" parameter to reveal whether
the parse was successful.
Change History (4)
comment:1 by , 21 years ago
| Owner: | changed from to |
|---|
comment:2 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Code has been changed to return metadata even in the presence of parse errors.