#584 closed defect (fixed)
eocInit error in psMetadataConfigParse call
| Reported by: | eugene | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | astro | Version: | 0.8.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
in psEarthOrientation.c line 61
in eocInit ():
nFail is defined 'int'
psMetadataConfigParse wants 'unsigned int'
also, in this same file, line 237 has non-ASCII characters
L <E2><88><92> Omega
Note:
See TracTickets
for help on using tickets.

I removed the non-ascii character. nFail was defined as unsigned int in the CVS version already.
-rdd