Changeset 18061 for trunk/psastro
- Timestamp:
- Jun 10, 2008, 10:28:59 AM (18 years ago)
- Location:
- trunk/psastro/src
- Files:
-
- 2 edited
-
psastroLoadRefstars.c (modified) (1 diff)
-
psastroMetadataStats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroLoadRefstars.c
r18045 r18061 42 42 43 43 // convert the uri to a real filename (ie, path://foobar) 44 psString CATDIR = pmConfigConvertFilename(catdir, config, false ); // Resolved filename44 psString CATDIR = pmConfigConvertFilename(catdir, config, false, false); // Resolved filename 45 45 PS_ASSERT (CATDIR, NULL); 46 46 -
trunk/psastro/src/psastroMetadataStats.c
r18007 r18061 45 45 46 46 // convert to a real UNIX filename 47 psString resolved = pmConfigConvertFilename(filename, config, true ); // Resolved filename47 psString resolved = pmConfigConvertFilename(filename, config, true, false); // Resolved filename 48 48 FILE *statsFile = fopen (resolved, "w"); 49 49 if (!statsFile) {
Note:
See TracChangeset
for help on using the changeset viewer.
