Ignore:
Timestamp:
Mar 3, 2007, 10:18:41 AM (18 years ago)
Author:
dkearney
Message:

fixed function name for octave put file function
added more error checking in rappture library core for put file functions
adjusted argument list for perl's put file function
added error checking to rapptue buffer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src2/core/RpBuffer.cc

    r592 r605  
    623623    if (compress) {
    624624        do_compress(err,*this,bout);
     625        if (err) {
     626            return err;
     627        }
    625628    }
    626629
Note: See TracChangeset for help on using the changeset viewer.