]> git.99rst.org Git - git.git/commit
sequencer: fixup the datatype of the 'flag' argument
authorCharvi Mendiratta <redacted>
Mon, 8 Feb 2021 19:25:19 +0000 (00:55 +0530)
committerJunio C Hamano <redacted>
Mon, 8 Feb 2021 21:09:57 +0000 (13:09 -0800)
commita25314c1ec4c16a14c4d444e0bdb3f30ce0a9620
tree277a96ac89f6eed6c858e587ea79d60ba7b2ed1b
parent2c0aa2ce2efcac181801957d8105c7007db5faf7
sequencer: fixup the datatype of the 'flag' argument

As 'flag' is a combination of bits, so change its datatype from
'enum todo_item_flags' to 'unsigned'.

Mentored-by: Christian Couder <redacted>
Mentored-by: Phillip Wood <redacted>
Helped-by: Eric Sunshine <redacted>
Signed-off-by: Charvi Mendiratta <redacted>
Signed-off-by: Junio C Hamano <redacted>
sequencer.c
git clone https://git.99rst.org/PROJECT