]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Re-add the "." progress indicator.
authorMichael Brown <mcb30@etherboot.org>
Sun, 17 Apr 2005 11:40:24 +0000 (11:40 +0000)
committerMichael Brown <mcb30@etherboot.org>
Sun, 17 Apr 2005 11:40:24 +0000 (11:40 +0000)
src/core/osloader.c

index f70aeacd443ba99ad3291668cbc7e70db955808c..c952a25f8274fdf0bdf0b9a1c8cb131ac978d942 100644 (file)
@@ -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)
        {