Merge branch 'obsd-master'

Conflicts:
	window-buffer.c
This commit is contained in:
Thomas Adam
2017-06-01 18:29:36 +01:00
8 changed files with 8 additions and 9 deletions

2
job.c
View File

@ -157,7 +157,7 @@ job_read_callback(__unused struct bufferevent *bufev, void *data)
struct job *job = data;
if (job->updatecb != NULL)
job->updatecb (job);
job->updatecb(job);
}
/*