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 */
|
||||
pm_set ((ulong)fip->nbytes * 100 / fip->totbytes);
|
||||
pm_set (fip->nbytes * 100 / fip->totbytes);
|
||||
XmUpdateDisplay (toplevel_w);
|
||||
|
||||
/* keep going if expecting more */
|
||||
|
|
|
|||
Loading…
Reference in New Issue