fix progress indicator not showing period for all GiB allocated
This commit is contained in:
parent
a8f3cccbd4
commit
f127a1a249
2
main.c
2
main.c
|
@ -88,7 +88,7 @@ int main() {
|
||||||
if (input != 'y') return 0;
|
if (input != 'y') return 0;
|
||||||
while (getchar() != '\n');
|
while (getchar() != '\n');
|
||||||
|
|
||||||
printf("please wait");
|
printf("please wait.");
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
|
|
||||||
unsigned long long int* wtf = (unsigned long long int*) malloc(size);
|
unsigned long long int* wtf = (unsigned long long int*) malloc(size);
|
||||||
|
|
Loading…
Reference in a new issue