mirror of
https://github.com/eddyem/CCD_Capture.git
synced 2026-03-20 08:40:56 +03:00
fixed some another bugs, but still have a lot
This commit is contained in:
@@ -18,8 +18,8 @@ static glob_pars G = {
|
||||
.instrument = NULL,
|
||||
.exptime = -1.,
|
||||
.nframes = 0,
|
||||
.X0 = -1, .Y0 = -1,
|
||||
.X1 = -1, .Y1 = -1,
|
||||
.X0 = INT_MIN, .Y0 = INT_MIN,
|
||||
.X1 = INT_MIN, .Y1 = INT_MIN,
|
||||
.focdevno = -1,
|
||||
.camdevno = -1,
|
||||
.whldevno = -1,
|
||||
|
||||
Reference in New Issue
Block a user