modelica-3rdparty / msgpack-modelica

A MessagePack implementation as a Modelica package
BSD 2-Clause "Simplified" License
6 stars 4 forks source link

Must not cast file pos obtained by fgetpos to integer #33

Closed tbeu closed 7 years ago

tbeu commented 8 years ago

Must not cast file pos obtained by fgetpos to integer. Substitute by ftell.

tbeu commented 8 years ago

Any reason not to merge?