소스 검색

expand FIXME comment

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58230 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 11 년 전
부모
커밋
708c54ddde
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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"),