diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-02-22 01:29:52 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-02-22 01:29:52 +0300 |
| commit | 00f67f7e2522738d94050829f4fb881036390f6b (patch) | |
| tree | fdf1473241be858e03fa2ac016e398824bfa3f05 /ChangeLog | |
| parent | ssh/channel-type.c (ptob_fill_input): Fix a bug (diff) | |
| download | guile-ssh-00f67f7e2522738d94050829f4fb881036390f6b.tar.gz | |
ssh/channel-type.c: Update copyright dates
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2015-02-22 Artyom Poptsov <poptsov.artyom@gmail.com> + * ssh/channel-type.c: Update copyright dates. + `ssh_channel_read' sometimes returns 0 even if `ssh_channel_poll' returns a positive value. So we must ensure that res != 0 otherwise an assertion in `scm_i_fill_input' won't be meet (see `ports.c' in |
