mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
Remove redundant cast to same type
This commit is contained in:
parent
03e2e404f2
commit
b206aed371
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ static void json_getroute(struct command *cmd, const char *buffer, const jsmntok
|
|||
if (fuzztok &&
|
||||
!json_tok_double(buffer, fuzztok, &fuzz)) {
|
||||
command_fail(cmd, "'%.*s' is not a valid double",
|
||||
(int)(fuzztok->end - fuzztok->start),
|
||||
fuzztok->end - fuzztok->start,
|
||||
buffer + fuzztok->start);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue