Re: [PATCH] bitarray_not: Fix skipping a byte
This message
: [
Message body
] [ More options (
top
,
bottom
) ]
Related messages
: [
Next message
] [
Previous message
] [
In reply to
]
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]
From
: Laurent Bercot <
ska-skaware_at_skarnet.org
>
Date
: Sun, 15 May 2016 01:28:13 +0200
On 15/05/2016 00:24, Olivier Brunel wrote:
> - for (; i < (b>>3) - 1 ; i++) s[i] = ~s[i] ;
> + for (; i < (b>>3) ; i++) s[i] = ~s[i] ;
Ouch! Thanks.
-- Laurent
Received on
Sat May 14 2016 - 23:28:13 UTC
This message
: [
Message body
]
Next message
:
Eric Vidal: "Booting openbox with S6"
Previous message
:
Olivier Brunel: "[PATCH] bitarray_not: Fix skipping a byte"
In reply to
:
Olivier Brunel: "[PATCH] bitarray_not: Fix skipping a byte"
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]
This archive was generated by
hypermail 2.3.0
: Sun May 09 2021 - 19:38:49 UTC