platform.c: Do not write to stderr when identifying the machine
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.