Merge branch 'XEphem:main' into main

This commit is contained in:
François Meyer 2021-12-09 14:21:59 +00:00 committed by GitHub
commit 8f2a3c5e2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 */