Integrate gfxml2dto/fix-stderr-output
Commit: seco-ne/tools/gfxml2dto@66160ee5
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.
Signed-off-by: Mikhail Vanyulin mikhail.vanyulin@rtsoft.de