Compare commits
No commits in common. "017cb1d5702a32603810545cd74c1da65e35d12d" and "af889b733e81fa40d7a7ff652386585115e186f5" have entirely different histories.
017cb1d570
...
af889b733e
@ -1594,8 +1594,6 @@ mpd_client_parse_kv (char *line, char **value)
|
||||
static void
|
||||
mpd_client_update_poller (struct mpd_client *self)
|
||||
{
|
||||
if (self->state != MPD_CONNECTED)
|
||||
return;
|
||||
poller_fd_set (&self->socket_event,
|
||||
self->write_buffer.len ? (POLLIN | POLLOUT) : POLLIN);
|
||||
}
|
||||
|
@ -38,5 +38,5 @@ if (WITH_CURSES)
|
||||
target_link_libraries (wdye PUBLIC ${CURSES_LIBRARIES})
|
||||
endif ()
|
||||
|
||||
add_test (NAME wdye COMMAND wdye "${PROJECT_SOURCE_DIR}/test.lua")
|
||||
add_test (NAME simple COMMAND wdye "${PROJECT_SOURCE_DIR}/test.lua")
|
||||
include (CTest)
|
||||
|
Loading…
x
Reference in New Issue
Block a user