Commit 2b3cc5e4 authored by Adam Wujek's avatar Adam Wujek 💬

tools: don't print filesize to stderr in genraminit

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent e882dca2
......@@ -37,8 +37,6 @@ int main(int argc, char *argv[])
ram_size = (ram_size+3)/4;
fprintf(stderr, "filesize=%d\n", ram_size);
while (fread(&tmp, 1, 4, f)) {
printf("%s\n", byte_to_binary(htonl(tmp)));
++i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment