summershrimp / obs-ssp

Simple Stream Protocol source to OBS
GNU General Public License v2.0
32 stars 10 forks source link

typo #54

Closed pierrextardif closed 3 years ago

pierrextardif commented 3 years ago

the code doesn't compile because of a typo here: https://github.com/summershrimp/obs-ssp/blob/master/src/obs-ssp-source.cpp#L402

assert(s->queue == nullptr); should be assert(conn->queue == nullptr); .

summershrimp commented 3 years ago

It's weired, how can this pass CI.. Thanks for mention.