Changeset 17870 for trunk/psphot/src/psphotOutput.c
- Timestamp:
- May 30, 2008, 4:09:46 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotOutput.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotOutput.c
r16611 r17870 44 44 // optional dump of all rough source data 45 45 char *output = psMetadataLookupStr (&status, recipe, "MOMENTS_OUTPUT_FILE"); 46 if (!status) return false; 47 if (output == NULL) return false; 46 if (!output) return false; 48 47 if (output[0] == 0) return false; 48 if (!strcasecmp (output, "NONE")) return false; 49 49 50 50 pmMomentsWriteText (sources, output);
Note:
See TracChangeset
for help on using the changeset viewer.
