Rename double to int
This commit is contained in:
parent
2acc4be55b
commit
530eaaf5ed
@ -373,7 +373,7 @@ char *cmdline_get_path(char *key, const char *def, char *description)
|
||||
|
||||
int cmdline_get_int(char *key, int def, char *description)
|
||||
{
|
||||
cmdline_usage_append(key, "double", description);
|
||||
cmdline_usage_append(key, "int", description);
|
||||
char *str = cmdline_get_value(key);
|
||||
|
||||
if (str == NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user