summaryrefslogtreecommitdiff
path: root/sysutils/cdrdao/patches/patch-ae
blob: 2b24056deb26a36c71454b9598d807521dc49895 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ae,v 1.1 2004/05/29 08:05:08 dillo Exp $

--- dao/dao.cc.orig	2004-02-12 02:13:31.000000000 +0100
+++ dao/dao.cc
@@ -388,10 +388,10 @@ static int writer(const Toc *toc, CdrDri
         if (cdr->readBufferCapacity(&totalcap, &availcap)) {
           writerFill = (int)((1.0 - ((double)availcap / (double)totalcap))
                              * 100.0);
-          message(1, "Wrote %ld of %ld MB (Buffers %3d%% %3d%%).\n",
+          message(1, "Wrote %ld of %ld MB (Buffers %3d%% %3d%%).\r",
                   cnt >> 20, total >> 20, buffFill, writerFill);
         } else {
-          message(1, "Wrote %ld of %ld MB (Buffer %3d%%).\n",
+          message(1, "Wrote %ld of %ld MB (Buffer %3d%%).\r",
                   cnt >> 20, total >> 20, buffFill);
         }
         lastMb = cntMb;