IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10582


Ignore:
Timestamp:
Dec 8, 2006, 12:26:53 PM (20 years ago)
Author:
magnier
Message:

fixed pmConfigConvertFilename

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfig.c

    r10578 r10582  
    44 *  @author EAM (IfA)
    55 *
    6  *  @version $Revision: 1.65 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2006-12-08 22:18:58 $
     6 *  @version $Revision: 1.66 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2006-12-08 22:26:53 $
    88 *
    99 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    849849        while (*point == '/')
    850850            point ++;
    851         char *tmpName = psStringCopy (point);
     851        char *tmpName = NULL;
     852        psStringAppend (&tmpName, "/%s", point);
    852853        psFree (newName);
    853854        newName = tmpName;
     
    901902    #endif
    902903
     904    fprintf (stderr, "filename: %s\n", newName);
    903905    return newName;
    904906}
Note: See TracChangeset for help on using the changeset viewer.