From: Michael Brown Date: Sun, 17 Apr 2005 11:40:24 +0000 (+0000) Subject: Re-add the "." progress indicator. X-Git-Tag: v0.9.3~1898 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9d35daffe692aff3ad4668f9d2006ef70fd471e;p=thirdparty%2Fipxe.git Re-add the "." progress indicator. --- diff --git a/src/core/osloader.c b/src/core/osloader.c index f70aeacd4..c952a25f8 100644 --- a/src/core/osloader.c +++ b/src/core/osloader.c @@ -337,6 +337,8 @@ int load_block(unsigned char *data, unsigned int block, unsigned int len, int eo putchar('0' + (size/10)%10); putchar('0' + (size/1)%10); } +#else + putchar ( '.' ); #endif if (block == 1) {