Skip to content

1.6.6

Compare
Choose a tag to compare
@svi-os svi-os released this 13 Oct 15:44
· 10 commits to master since this release

version 1.6.6:

  • Remove unused variables, avoiding compiler warning.
  • Reorder cases in libics_top.c to match enum order.
  • Prevent a NULL pointer dereference on ICS syntax error, instead return an Ics error.
  • Replace fseek by _fseeki64() on Windows (64-bit safe). Based on a patch submitted by Patrick Steele at Bitplane.
  • For reference, add #define lines for possible values as used by SVI Huygens (sensor types, STED depletion modes, SPIM excitation types, scatter models, reliability levels).