Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108965255
D8119.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
565 B
Referenced Files
None
Subscribers
None
D8119.diff
View Options
Index: head/lib/libstand/cd9660.c
===================================================================
--- head/lib/libstand/cd9660.c
+++ head/lib/libstand/cd9660.c
@@ -353,9 +353,9 @@
dp = (struct iso_directory_record *)
((char *) dp + isonum_711(dp->length));
- /* if the new block is zero length, its padding */
+ /* If the new block has zero length, it is padding. */
if (isonum_711(dp->length) == 0) {
- /* skip to next block, if any */
+ /* Skip to next block, if any. */
off = boff * ISO_DEFAULT_BLOCK_SIZE;
continue;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 31, 1:55 AM (9 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16351191
Default Alt Text
D8119.diff (565 B)
Attached To
Mode
D8119: Fix remaining bugs in libstancd/cd9660.c reported by Bruce Evans.
Attached
Detach File
Event Timeline
Log In to Comment