Skip to content
  • Karl Wette's avatar
    LAL/LALFrame: only use thread-safe time functions · 51cf369e
    Karl Wette authored
    - replace asctime() with strftime()
    - replace gmtime() and localtime() with gmtime_r() and
      localtime_r(), or with gmtime_s() and localtime_s()
      on systems which don't have the _r() versions
    Original: ed8af70f1cfe7af91dc1ab6805c7cc4d8be94e60
    51cf369e