Skip to content

Commit c1fe609

Browse files
committed
Version 1.21.3-at.20231215.01. Do not write Archive Team as operator to warcinfo record.
1 parent 28bec41 commit c1fe609

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.tarball-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.21.3-at.20231213.03
1+
1.21.3-at.20231215.01

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.21.3-at.20231213.03
1+
1.21.3-at.20231215.01

src/warc.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,8 +1016,7 @@ warc_write_warcinfo_record (const char *filename)
10161016
return false;
10171017
}
10181018

1019-
if (fprintf (warc_tmp, "operator: Archive Team <[email protected]>\r\n") < 0
1020-
|| fprintf (warc_tmp, "software: Wget/%s (%s)\r\n", version_string, OS_TYPE) < 0
1019+
if (fprintf (warc_tmp, "software: Wget/%s (%s)\r\n", version_string, OS_TYPE) < 0
10211020
|| fprintf (warc_tmp, "format: WARC File Format 1.1\r\n") < 0
10221021
|| fprintf (warc_tmp,
10231022
"conformsTo: http://bibnum.bnf.fr/WARC/WARC_ISO_28500_version1-1_latestdraft.pdf\r\n") < 0

0 commit comments

Comments
 (0)