ofTheo / videoInput

A video capture library for windows.
http://muonics.net/school/spring05/videoInput/
358 stars 176 forks source link

comparing c-type string by their addresses is a bad idea #31

Open eyeco opened 8 years ago

eyeco commented 8 years ago

when comparing c-type strings in videoInput::getDeviceIDFromName (videoInput.cpp, line 808) you should use strcmp, not operator ==

MIvanchev commented 6 years ago

This issue is a clone of #20.