fix progress indicator not showing period for all GiB allocated

This commit is contained in:
ari melody 2024-02-12 17:41:49 +00:00
parent a8f3cccbd4
commit f127a1a249
Signed by: ari
GPG key ID: CF99829C92678188

2
main.c
View file

@ -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);