IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42673


Ignore:
Timestamp:
Apr 29, 2024, 3:16:57 PM (2 years ago)
Author:
cclin33
Message:

update psConfigure.c

Location:
tags/ipp-ops-20220906
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-ops-20220906/psLib/src/sys/psConfigure.c

    r42672 r42673  
    2929#include <fftw3.h>
    3030#include <gsl/gsl_version.h>
     31#include <gsl/gsl_errno.h>
    3132#ifdef HAVE_PSDB
    3233#include <mysql.h>
     
    157158    // XXX: Still needs error codes to be set
    158159
     160    gsl_set_error_handler_off();
     161
    159162    if (timeConfig && strlen(timeConfig) > 0) {
    160163        if (!psTimeInit(timeConfig)) {
Note: See TracChangeset for help on using the changeset viewer.