mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 00:46:30 +00:00
PVS/V1028: cast operands, not the result #10496
This commit is contained in:

committed by
Justin M. Keyes

parent
b06f29318d
commit
ec81cfb406
@@ -5283,7 +5283,7 @@ add_sound_suggest (
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Go over the list of good words that produce this soundfold word
|
// Go over the list of good words that produce this soundfold word
|
||||||
nrline = ml_get_buf(slang->sl_sugbuf, (linenr_T)(sfwordnr + 1), FALSE);
|
nrline = ml_get_buf(slang->sl_sugbuf, (linenr_T)sfwordnr + 1, false);
|
||||||
orgnr = 0;
|
orgnr = 0;
|
||||||
while (*nrline != NUL) {
|
while (*nrline != NUL) {
|
||||||
// The wordnr was stored in a minimal nr of bytes as an offset to the
|
// The wordnr was stored in a minimal nr of bytes as an offset to the
|
||||||
|
Reference in New Issue
Block a user