braice / MuMuDVB

A DVB IPTV streaming software
http://mumudvb.braice.net/
GNU General Public License v2.0
219 stars 133 forks source link

Fixing up some issues left over from windows build, and a pass at compiler warnings cleanup #291

Closed trollcop closed 2 years ago

trollcop commented 2 years ago

This is slightly smaller than the last one :)

I've replaced MU_F_T/MU_F_V back to where they were before windows build patch - an extra ; was giving hell to msvc compiler but happily ignored by gcc.

Also replaced a bunch of malloc/strncpy patterns with strdup. Can't imagine any system made in the last 10+ years where strdup wasn't available, and it gets rid of a bunch of build warnings related to strncpy safety.