<div dir="ltr"><div>This commit ( d88c77fa205efe880d922b1dd414eaa6d678751d ) breaks compilation at least in MinGW.<br>Changing the printerr to printerrf fixes the second error, but not sure about the first one.<br><br>src/searching.c: In function 'dvdnav_describe_title_chapters':<br>src/searching.c:650:16: error: invalid operands to binary == (have 'ptt_info_t {aka struct <anonymous>}' and 'void *')<br>     if (ptt[i] == NULL) {<br>                ^<br>src/searching.c:651:45: error: macro "printerr" passed 3 arguments, but takes just 1<br>       printerr("ptt NULL: %i %i.", i, parts );<br>                                             ^<br>src/searching.c:651:7: error: 'printerr' undeclared (first use in this function)<br>       printerr("ptt NULL: %i %i.", i, parts );<br>       ^<br>src/searching.c:651:7: note: each undeclared identifier is reported only once for each function it appears in<br>Makefile:601: recipe for target 'src/searching.lo' failed<br><br><br></div><br></div>