ucx/buffer.c

changeset 84
7465c18765dc
parent 78
af355652f271
child 86
55bf819cbc88
     1.1 --- a/ucx/buffer.c	Fri Feb 08 17:09:12 2013 +0100
     1.2 +++ b/ucx/buffer.c	Tue Feb 19 17:15:30 2013 +0100
     1.3 @@ -63,7 +63,7 @@
     1.4  }
     1.5  
     1.6  int ucx_buffer_seek(UcxBuffer *buffer, off_t offset, int whence) {
     1.7 -    off_t npos;
     1.8 +    off_t npos = 0;
     1.9      switch (whence) {
    1.10      case SEEK_SET:
    1.11          npos = 0;

mercurial