init: do not show 'read n bytes' when printing version

that was to debug why reading /dev/version returned 'versionmoon 0.10-' instead of 'moon 0.10-fffffff'

it works now, so...
This commit is contained in:
apio 2022-10-11 20:13:00 +02:00
parent 8e57df518f
commit f6e783ea45

View File

@ -26,8 +26,6 @@ int print_version()
return 1;
}
printf("Read %zd bytes\n", nread);
version[nread] = 0;
if (fclose(verfile) < 0)