From c051c5f58d208374595efe611d2855d81bf60f38 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 9 Jun 2005 22:22:53 +0000 Subject: [PATCH] (mobupdate): Don't print '\r' after '\n'. --- src/lib/commands/mobu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/commands/mobu.c b/src/lib/commands/mobu.c index ed73bbbe..0a6549ab 100644 --- a/src/lib/commands/mobu.c +++ b/src/lib/commands/mobu.c @@ -87,14 +87,14 @@ mobupdate(void) update_all_mob(); updating_mob = 1; } else if (updating_mob == 1) { - pr("Turning off mobility updating.\n\r"); + pr("Turning off mobility updating.\n"); pr("Mobility updating will come back on around %s", ctime(×tamps.starttime)); pr("within 3 minutes, depending on when the server checks."); update_all_mob(); updating_mob = 0; } else if (updating_mob == 0) { - pr("Mobility updating is already off.\n\r"); + pr("Mobility updating is already off.\n"); pr("Mobility updating will come back on around %s", ctime(×tamps.starttime)); pr("within 3 minutes, depending on when the server checks.");