IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 8, 2011, 2:54:20 PM (15 years ago)
Author:
eugene
Message:

add nice ability to pantasks/pcontrol/pclient; add ports to pantasks_server; minor updates to dvo skycoverage, etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/src/dvo_set_catdir.c

    r31635 r32632  
    1515    }
    1616    if (catdir) {
    17         current_catdir = strdup(catdir);
     17        // need to keep this in the ohana memory system, so we cannot use strdup
     18        current_catdir = strcreate(catdir);
    1819    }
    1920}
Note: See TracChangeset for help on using the changeset viewer.