| 199 |
|
npixinvw++; |
| 200 |
|
if ((res = pict_val(dir)) >= 0.0) |
| 201 |
|
return(res); |
| 202 |
< |
if (rt_pd.r == -1) { |
| 202 |
> |
if (!(rt_pd.flags & PF_RUNNING)) { |
| 203 |
|
npixmiss++; |
| 204 |
|
return(-1.0); |
| 205 |
|
} |
| 240 |
|
npixinvw++; |
| 241 |
|
if ((vb[vh+hsize] = pict_val(dir)) >= 0.0) |
| 242 |
|
continue; |
| 243 |
< |
if (rt_pd.r == -1) { /* missing information */ |
| 243 |
> |
if (!(rt_pd.flags & PF_RUNNING)) { /* missing information */ |
| 244 |
|
npixmiss++; |
| 245 |
|
continue; |
| 246 |
|
} |
| 299 |
|
void *p |
| 300 |
|
) |
| 301 |
|
{ |
| 302 |
< |
char fmt[32]; |
| 302 |
> |
char fmt[MAXFMTLEN]; |
| 303 |
|
|
| 304 |
|
if (isexpos(s)) |
| 305 |
|
exposure *= exposval(s); |
| 376 |
|
progname, status); |
| 377 |
|
exit(1); |
| 378 |
|
} |
| 379 |
– |
rt_pd.r = -1; |
| 379 |
|
} |
| 380 |
|
|
| 381 |
|
|