~ubuntu-branches/ubuntu/intrepid/grass/intrepid

« back to all changes in this revision

Viewing changes to lib/vector/Vlib/array.c

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2008-04-06 17:08:21 UTC
  • mfrom: (1.1.5 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080406170821-7l3d3ulh4g8crwcs
Tags: 6.2.3-2.1
* NMU during credativ BSP 2008
* using patch from Moritz Muehlenhoff <jmm@inutil.org> to fix
  FTBFS with GCC 4.3: missing #includes
  (closes: #461673)

Show diffs side-by-side

added added

removed removed

Lines of Context:
247
247
 
248
248
    db_close_database_shutdown_driver ( driver );
249
249
 
 
250
    if(ncats == -1) {
 
251
        G_warning("Could not select from table/column");
 
252
        return -1;
 
253
    }
 
254
 
250
255
    if ( type & GV_AREA ) { /* Areas */
251
256
        n = Vect_get_num_areas (Map);
252
257