We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98af12 commit de6942eCopy full SHA for de6942e
prepare.c
@@ -66,7 +66,7 @@ main(int argc, char * argv[]) {
66
// will create
67
printf(
68
"File size is %zi bytes - This generates a spiral with %zi lines\n",
69
- read_file_size, read_file_size*8
+ read_file_size, (read_file_size * 8) + 1
70
);
71
// allocate memory buffer
72
buffer_t input = {
0 commit comments