[GRASS5] v.rmdup

Jeshua Lacock jeshua at SierraMaps.com
Sun Dec 10 19:26:39 EST 2000


Hello,

I got v.rmdup to compile by changing line 196 of file rmdup.c

from

  while (match == 0 && Closet->dig_fp->_shortbuf[1])

to

  while (match == 0 && Closet->dig_fp->_bf._size)

(I copied the logic from the __FreeBSD__ switch, so I presume this hack should be OK?)



Thanks,

Jeshua Lacock
Cartographer/Owner
http://SierraMaps.com
http://3dTopoMaps.com
Telephone: (760) 935-4481
---------------------------------------- 
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo at geog.uni-hannover.de with
subject 'unsubscribe grass5'



More information about the grass-dev mailing list