Changeset 1429 for trunk/psLib/src/astronomy/psMetadata.c
- Timestamp:
- Aug 9, 2004, 1:02:43 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psMetadata.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psMetadata.c
r1416 r1429 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1.1 6$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-08-09 19:30:44$14 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-08-09 23:02:43 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 424 424 psMetadataItem *entry = NULL; 425 425 426 427 if (md == NULL) { 428 psError(__func__, "Null metadata collection not allowed"); 429 return NULL; 430 } 431 426 432 mdTable = md->table; 427 433 if (mdTable == NULL) { … … 449 455 psMetadataItem *entry = NULL; 450 456 457 458 if (md == NULL) { 459 psError(__func__, "Null metadata collection not allowed"); 460 return NULL; 461 } 462 451 463 mdList = md->list; 452 464 if (mdList == NULL) { … … 467 479 { 468 480 psList *mdList = NULL; 481 482 if (md == NULL) { 483 psError(__func__, "Null metadata collection not allowed"); 484 return false; 485 } 469 486 470 487 mdList = md->list;
Note:
See TracChangeset
for help on using the changeset viewer.
