mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-20 09:56:09 -05:00
Fix solaris debug message problem
This commit is contained in:
@@ -264,7 +264,7 @@ int pl_eval_node(MP3FILE *pmp3, PL_NODE *pnode) {
|
||||
}
|
||||
|
||||
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) {
|
||||
case EQUALS:
|
||||
|
||||
Reference in New Issue
Block a user