Changeset 5350 for trunk/psphot/src/psModulesUtils.c
- Timestamp:
- Oct 17, 2005, 8:07:54 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psModulesUtils.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psModulesUtils.c
r5125 r5350 23 23 24 24 // I'm either expecting a string, with the name "HD:keyword"... 25 if (item->type == PS_ META_STR) {25 if (item->type == PS_DATA_STRING) { 26 26 source = item->data.V; 27 27 if (!strncasecmp (source, "HD:", 3)) { … … 38 38 39 39 // ... or a value (F32?) 40 if (item->type == PS_ META_F32) {40 if (item->type == PS_DATA_F32) { 41 41 value = item->data.F32; 42 42 // psFree (item);
Note:
See TracChangeset
for help on using the changeset viewer.
