Hi
I have some simple test project on Windows (working) and on Mac (not working). The issue is the descriptor returned by Magic_OpenStream (or in other version - by Magic_OpenFile).
In windows it works correctly - it returns for example 1 and is set as index.
On Mac the same code returns length of the file (150994953) and this is set as descriptor, and the as index and obviously does not work properly.
What could be the problerm?