Page MenuHomeFreeBSD

D8119.diff
No OneTemporary

D8119.diff

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

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)

Event Timeline