Skip to content

platform.c: Do not write to stderr when identifying the machine

Mikhail Vanyulin requested to merge fix-stderr-output into main

The read_from_file function is used to test different files for the current machine. If a file is not present, the function writes to stderr, which should not be the case when testing different files sequentially.

This is a fix for 746-001601 issue.

Merge request reports