fixed some another bugs, but still have a lot

This commit is contained in:
2023-04-11 16:31:10 +03:00
parent 38dee72b04
commit d3d1f33eac
7 changed files with 176 additions and 161 deletions

View File

@@ -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,