Browse Source

Re-add the "." progress indicator.

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
c9d35daffe
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/core/osloader.c

+ 2
- 0
src/core/osloader.c View File

337
 		putchar('0' + (size/10)%10);
337
 		putchar('0' + (size/10)%10);
338
 		putchar('0' + (size/1)%10);
338
 		putchar('0' + (size/1)%10);
339
 	}
339
 	}
340
+#else
341
+	putchar ( '.' );
340
 #endif
342
 #endif
341
 	if (block == 1)
343
 	if (block == 1)
342
 	{
344
 	{

Loading…
Cancel
Save