IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 8, 2004, 5:05:53 PM (22 years ago)
Author:
evanalst
Message:

Update psMetadataGetNext and psMetadataGetPrevious functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psMetadata.c

    r2013 r2040  
    1212*  @author Ross Harman, MHPCC
    1313*
    14 *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
    15 *  @date $Date: 2004-10-07 22:32:19 $
     14*  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
     15*  @date $Date: 2004-10-09 03:05:53 $
    1616*
    1717*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    545545            entry = psListGetNext(mdList);
    546546        } else {
    547             return psListGetNext(mdList);
     547            entry = psListGetNext(mdList);
     548            break;
    548549        }
    549550    }
     
    580581            entry = psListGetPrevious(mdList);
    581582        } else {
    582             return psListGetPrevious(mdList);
     583            entry = psListGetPrevious(mdList);
     584            break;
    583585        }
    584586    }
Note: See TracChangeset for help on using the changeset viewer.