Minor fixes
This commit is contained in:
parent
5ef5398f43
commit
5640662748
@ -4528,6 +4528,7 @@ v0.33.19 26-Oct-2001
|
|||||||
|
|
||||||
mbaff:
|
mbaff:
|
||||||
Fixes for Sparc systems.
|
Fixes for Sparc systems.
|
||||||
|
Fix for large filebases, could not run longer then 10 minutes.
|
||||||
|
|
||||||
mbindex:
|
mbindex:
|
||||||
Fixes for Sparc systems.
|
Fixes for Sparc systems.
|
||||||
|
@ -129,6 +129,7 @@ void Uploads()
|
|||||||
if (CFG.slow_util && do_quiet)
|
if (CFG.slow_util && do_quiet)
|
||||||
usleep(1);
|
usleep(1);
|
||||||
|
|
||||||
|
Nopper();
|
||||||
if ((area.Available) && strlen(area.NewGroup)) {
|
if ((area.Available) && strlen(area.NewGroup)) {
|
||||||
|
|
||||||
if (!do_quiet) {
|
if (!do_quiet) {
|
||||||
|
@ -299,7 +299,7 @@ void b_screen(void)
|
|||||||
mvprintw(11,37, "16. BBS Log Level");
|
mvprintw(11,37, "16. BBS Log Level");
|
||||||
mvprintw(12,37, "17. Utils loglevel");
|
mvprintw(12,37, "17. Utils loglevel");
|
||||||
mvprintw(13,37, "18. Utils slowly");
|
mvprintw(13,37, "18. Utils slowly");
|
||||||
mvprintw(14,37, "29. CrashMail level");
|
mvprintw(14,37, "19. CrashMail level");
|
||||||
mvprintw(15,37, "20. FileAttach level");
|
mvprintw(15,37, "20. FileAttach level");
|
||||||
mvprintw(16,37, "21. Min diskspace MB");
|
mvprintw(16,37, "21. Min diskspace MB");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user