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