#1173: v.surf.rst: bug in handling Output deviations vector point file
---------------------------------+------------------------------------------
 Reporter:  mmetz                |       Owner:  grass-dev@…              
     Type:  defect               |      Status:  new                      
 Priority:  trivial              |   Milestone:  7.1.0                    
Component:  Vector               |     Version:  svn-releasebranch64      
 Keywords:  vector, rst library  |    Platform:  All                      
      Cpu:  All                  |  
---------------------------------+------------------------------------------
Changes (by wenzeslaus):

  * priority:  normal => trivial
  * milestone:  6.4.4 => 7.1.0


Comment:

 According to analysis in this ticket, the issue is small because the
 pointer is used just to test against NULL and not to actual access to the
 memory (which would be disaster in this case). It should be fixed anyway,
 obviously.

 One possible way to go is to start by putting the code from
 `IL_init_params_2d()` to where the function is used. The function anyway
 just sets the attributes of a structure, setting them directly can be
 actually much more readable.

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/1173#comment:6>
GRASS GIS <http://grass.osgeo.org>

_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to