ros / console_bridge

A ROS-independent package for logging that seamlessly pipes into rosconsole/rosout for ROS-dependent packages.
BSD 3-Clause "New" or "Revised" License
22 stars 62 forks source link

Fix windows compiler warning #33

Closed scpeters closed 8 years ago

scpeters commented 8 years ago

Use fopen_s instead of fopen on Windows, and check the error code.

Closes #32.