Skip to content

Commit

Permalink
update getCCDInfo condition
Browse files Browse the repository at this point in the history
  • Loading branch information
naheedsa committed Sep 10, 2024
1 parent 246abcd commit f75b15a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/indibase/indiccd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2813,8 +2813,8 @@ bool CCD::saveConfigItems(FILE * fp)

PrimaryCCD.CompressSP.save(fp);

if (PrimaryCCD.getCCDInfo() != IP_RO)
IUSaveConfigNumber(fp, PrimaryCCD.getCCDInfo());
if (PrimaryCCD.getCCDInfo().getPermission() != IP_RO)
PrimaryCCD.getCCDInfo().save(fp);
CaptureFormatSP.save(fp);
EncodeFormatSP.save(fp);

Expand Down

0 comments on commit f75b15a

Please sign in to comment.