author | Jonathan Nieder <jrnieder@gmail.com> | |
Mon, 11 Oct 2010 02:44:21 +0000 (21:44 -0500) | ||
committer | Jonathan Nieder <jrnieder@gmail.com> | |
Tue, 22 Mar 2011 21:39:54 +0000 (16:39 -0500) | ||
commit | d234f54b2f82067699f36593188e687fc7dc321a | |
tree | 94fe162cfc9d0f44fae444061eadade2c02f5895 | tree | snapshot |
parent | 93b709c79eea6231b7d75a6817245a416b4f8fb5 | commit | diff |
vcs-svn: make buffer_skip_bytes return length read
Currently there is no way to detect when input ended if it ended
early during buffer_skip_bytes. Tell the calling program how many
bytes were actually skipped for easier debugging.
Existing callers will still ignore early EOF.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: David Barr <david.barr@cordelta.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Currently there is no way to detect when input ended if it ended
early during buffer_skip_bytes. Tell the calling program how many
bytes were actually skipped for easier debugging.
Existing callers will still ignore early EOF.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: David Barr <david.barr@cordelta.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
vcs-svn/line_buffer.c | diff | blob | history | |
vcs-svn/line_buffer.h | diff | blob | history | |
vcs-svn/line_buffer.txt | diff | blob | history |