Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150150813
D8107.id20902.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
585 B
Referenced Files
None
Subscribers
None
D8107.id20902.diff
View Options
Index: lib/libstand/cd9660.c
===================================================================
--- lib/libstand/cd9660.c
+++ lib/libstand/cd9660.c
@@ -353,15 +353,13 @@
dp = (struct iso_directory_record *)
((char *) dp + isonum_711(dp->length));
-
/* 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;
- } else {
- off += isonum_711(dp->length);
}
+ off += isonum_711(dp->length);
}
if (off >= dsize) {
rc = ENOENT;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 30, 8:03 PM (13 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30599096
Default Alt Text
D8107.id20902.diff (585 B)
Attached To
Mode
D8107: Fix remaining cstyle issues in libstand/cd9660.c
Attached
Detach File
Event Timeline
Log In to Comment