mirror of https://github.com/XEphem/XEphem.git
Merge branch 'main' of ssh://github.com/euldulle/XEphem
This commit is contained in:
commit
dbbcd2b3bc
|
|
@ -1428,7 +1428,7 @@ XtInputId *id;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* report progress */
|
/* report progress */
|
||||||
pm_set ((ulong)fip->nbytes * 100 / fip->totbytes);
|
pm_set (fip->nbytes * 100 / fip->totbytes);
|
||||||
XmUpdateDisplay (toplevel_w);
|
XmUpdateDisplay (toplevel_w);
|
||||||
|
|
||||||
/* keep going if expecting more */
|
/* keep going if expecting more */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue