andygrundman / libmediascan

C library for scanning audio/video/image file metadata
GNU Lesser General Public License v3.0
8 stars 5 forks source link

Fix for FreeBSD #3

Closed phaethon closed 5 years ago

phaethon commented 9 years ago

There is a place in the code, which has a logic if darwin ... else if linux ... else if win. For FreeBSD it ends up with non initialized variable and does not work. This is a simple fix for that. Better fix would check for links, but at least it works now.

fsbruva commented 5 years ago

Incorporated within #6. Please test to verify.