aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorToomas Soome <tsoome@FreeBSD.org>2016-09-30 23:19:08 +0000
committerToomas Soome <tsoome@FreeBSD.org>2016-09-30 23:19:08 +0000
commit6a21906beaa79cc3fcbd24d777c833a15ea6b03c (patch)
tree55c23ee49527f938bc2aaa664592896b819a7682 /lib
parentc038bae74caed9fd10e3ea55425e7dfc0d9924d0 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libstand/cd9660.c8
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) {