return;
}
} while (c--);
- PARA_INFO_LOG("%s\n", "no attributes");
+ PARA_INFO_LOG("no attributes\n");
greatest_att_bitnum = -E_NO_ATTRIBUTES;
}
new_afsi.attributes |= add_mask;
new_afsi.attributes &= ~del_mask;
save_afsi(&new_afsi, &obj); /* in-place update */
-// ret = mood_update_audio_file(aft_row, &old_afsi);
-// if (ret < 0)
-// return ret;
+ // FIXME: Event?
}
return 1;
}
return tv;
if (!map && vss_playing() &&
!(mmd->new_vss_status_flags & VSS_NOMORE)) {
- PARA_DEBUG_LOG("ready and playing, but no audio file\n");
if (afsss == AFS_SOCKET_READY) {
+ PARA_DEBUG_LOG("ready and playing, but no audio file\n");
para_fd_set(afs_socket, wfds, max_fileno);
afsss = AFS_SOCKET_CHECK_FOR_WRITE;
}