Merge branch 'main' of ssh://github.com/euldulle/XEphem

This commit is contained in:
francois.meyer 2021-12-09 17:19:15 +00:00
commit dbbcd2b3bc
1 changed files with 1 additions and 1 deletions

View File

@ -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 */