Skip to content

Commit 37af15b

Browse files
authored
Fix a dead URL in a comment in writer.go
1 parent 885fdfc commit 37af15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/archive/zip/writer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ func (w *fileWriter) writeDataDescriptor() error {
608608
}
609609
// Write data descriptor. This is more complicated than one would
610610
// think, see e.g. comments in zipfile.c:putextended() and
611-
// http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7073588.
611+
// https://bugs.openjdk.org/browse/JDK-7073588.
612612
// The approach here is to write 8 byte sizes if needed without
613613
// adding a zip64 extra in the local header (too late anyway).
614614
var buf []byte

0 commit comments

Comments
 (0)