|
@@ -1329,7 +1329,8 @@ static int check_overwrite(void)
|
|
|
found = TRUE;
|
|
|
}
|
|
|
else if (strcmp(element, "mapset") != 0) {
|
|
|
- /* TOD0: other elements should be probably skipped */
|
|
|
+ /* TODO: also other elements should be
|
|
|
+ probably skipped */
|
|
|
if (G_find_file(element, opt->answers[i], G_mapset())) {
|
|
|
found = TRUE;
|
|
|
}
|