Changeset 1742 for trunk/bindings


Ignore:
Timestamp:
08/11/11 10:39:23 (7 months ago)
Author:
Freddie Akeroyd
Message:

Fix path length bug in C++ inquire file command - tests now work. Refs #299

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bindings/cpp/NeXusFile.hpp

    r1735 r1742  
    801801     * \return The name of the file. 
    802802     */ 
    803     std::string inquireFile(const int buff_length = NX_MAXNAMELEN); 
     803    std::string inquireFile(const int buff_length = NX_MAXPATHLEN); 
    804804 
    805805    /** 
Note: See TracChangeset for help on using the changeset viewer.