mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-20 04:24:20 -04:00
Fix solaris debug message problem
This commit is contained in:
parent
fcde8d4bd8
commit
41021a3a94
@ -264,7 +264,7 @@ int pl_eval_node(MP3FILE *pmp3, PL_NODE *pnode) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(pnode->type==T_INT) {
|
if(pnode->type==T_INT) {
|
||||||
DPRINTF(ERR_DEBUG,"Comparing %d to %d\n",ival,pnode->arg2,ival);
|
DPRINTF(ERR_DEBUG,"Comparing %d to %d\n",ival,pnode->arg2.ival);
|
||||||
|
|
||||||
switch(boolarg) {
|
switch(boolarg) {
|
||||||
case EQUALS:
|
case EQUALS:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user