diff options
| author | Toomas Soome <tsoome@FreeBSD.org> | 2016-09-30 23:19:08 +0000 |
|---|---|---|
| committer | Toomas Soome <tsoome@FreeBSD.org> | 2016-09-30 23:19:08 +0000 |
| commit | 6a21906beaa79cc3fcbd24d777c833a15ea6b03c (patch) | |
| tree | 55c23ee49527f938bc2aaa664592896b819a7682 /lib | |
| parent | c038bae74caed9fd10e3ea55425e7dfc0d9924d0 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libstand/cd9660.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libstand/cd9660.c b/lib/libstand/cd9660.c index e71d36f973c2c..94d3ed29b1c56 100644 --- a/lib/libstand/cd9660.c +++ b/lib/libstand/cd9660.c @@ -356,11 +356,11 @@ cd9660_open(const char *path, struct open_file *f) /* if the new block is zero length, its padding */ if (isonum_711(dp->length) == 0) { - /* skip to next block, if any */ - off = boff * ISO_DEFAULT_BLOCK_SIZE; - continue; + /* skip to next block, if any */ + off = boff * ISO_DEFAULT_BLOCK_SIZE; + continue; } else { - off += isonum_711(dp->length); + off += isonum_711(dp->length); } } if (off >= dsize) { |
