go to www.geomview.org home page
 
Home

Overview
FAQ
Documentation

Download

Mailing List

Geomview For Windows?

Support
Users
Development

Bug Reporting
Contributing
Contact Us

Sponsors

 

Site Search

 

Advanced
Search

 
About the software@geom archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: save RMan [-> tiff] in gv


  • To: sullivan at msri.org (John Sullivan)
  • Subject: Re: save RMan [-> tiff] in gv
  • From: krech
  • Date: Sat, 5 Feb 94 20:09:59 -0600

It looks like it might work on a next.

For in the file '.../src/lib/mg/rib/mgrib.c' we see:

    /* this will make sure there's nothing left in the rib file */
    /* we cannot use ftruncate because it generates an error on sgi*/
    /*ftruncate(fileno(_mgribc->rib), 0);*/
    if (lseek(1, (off_t)0, 0) == (off_t)0 && ftruncate(1, (off_t)0)  
== -1)
	perror("ftruncate");


 
Home | Overview | FAQ | Documentation | Support | Download | Mailing List
Windows? | Development | Bug Reporting | Contributing | Contact Us | Sponsors
 
site hosted by
SourceForge Logo