This commit is contained in:
Viktor Szakats 2025-07-12 01:47:08 +02:00
parent 8fbdd62eb1
commit 38d1a3cc06
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
4 changed files with 4 additions and 4 deletions

View file

@ -2202,7 +2202,7 @@
d CURLMOPT_MAX_CONCURRENT_STREAMS...
d c 10016
*
* Bitmask bits for CURLMOPT_PIPELING.
* Bitmask bits for CURLMOPT_PIPELINING.
*
d CURLPIPE_NOTHING...
d c x'00000000'

View file

@ -120,7 +120,7 @@ $ i = 0
$ line_out = ""
$sub_loop:
$ ! Replace between pairs of @ by alternating the elements.
$ ! If mis-matched pairs, do not substitute anything.
$ ! If mismatched pairs, do not substitute anything.
$ section1 = f$element(i, "@", line_in)
$ if section1 .eqs. "@"
$ then