diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-06-15 00:42:02 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-06-15 00:42:02 +0100 |
commit | a160c9eb759c921ebc2aa4f6b0464482857061d9 (patch) | |
tree | 8801445c552c6e89306cd5efdd668863944be4d0 /src/input/input_pnm.c | |
parent | b276d896552de4ca7b78a59637be395a71b8adb9 (diff) | |
parent | 53926f54e4dcf163afd397ed937c8b542535ee0b (diff) | |
download | xine-lib-a160c9eb759c921ebc2aa4f6b0464482857061d9.tar.gz xine-lib-a160c9eb759c921ebc2aa4f6b0464482857061d9.tar.bz2 |
Merge.
Diffstat (limited to 'src/input/input_pnm.c')
-rw-r--r-- | src/input/input_pnm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input/input_pnm.c b/src/input/input_pnm.c index 937b7c89b..669d24d28 100644 --- a/src/input/input_pnm.c +++ b/src/input/input_pnm.c @@ -82,8 +82,6 @@ static off_t pnm_plugin_read (input_plugin_t *this_gen, lprintf ("pnm_plugin_read: %"PRId64" bytes ...\n", len); - nbc_check_buffers (this->nbc); - n = pnm_read (this->pnm, buf, len); this->curpos += n; |