MonoS / SupMover

SupMover - Shift timings and Screen Area of PGS/Sup subtitle
GNU Affero General Public License v3.0
39 stars 4 forks source link

Use fopen instead of fopen_s #2

Closed hannesbraun closed 1 year ago

hannesbraun commented 1 year ago

fopen_s is not available with the gcc/g++ or clang. When using fopen instead, the program can also be compiled on macOS and Linux. The additional safety introduced by fopen_s shouldn't be required here anyway, as there's already a check for having enough command-line arguments.

MonoS commented 1 year ago

Hi hannesbraun, thank you for your time to submit this PR, it was already implemented in my local branch but i forgot to commit it.