git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47664 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -168,7 +168,7 @@ parse_args(int argc, char *argv[]) {
if (strcmp(d8cut->answer, "infinity") == 0) {
opt->d8cut = MAX_ACCU;
} else {
- opt->d8cut = atoi(d8cut->answer);
+ opt->d8cut = atof(d8cut->answer);
}
opt->mem = atoi(mem->answer);