Sfoglia il codice sorgente

expand FIXME comment

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58230 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 11 anni fa
parent
commit
708c54ddde
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      vector/v.what.rast/main.c

+ 3 - 1
vector/v.what.rast/main.c

@@ -124,7 +124,9 @@ int main(int argc, char *argv[])
 
     field = Vect_get_field_number(&Map, opt.field->answer);
 
-    /* FIXME: if print flag is used then a database doesn't need to exist */
+    /* FIXME: if the print flag is used then a database doesn't
+	need to exist and the map doesn't need to be in the
+	current mapset. Topology should be optional too. */
     Fi = Vect_get_field(&Map, field);
     if (Fi == NULL)
 	G_fatal_error(_("Database connection not defined for layer %d"),