Changeset 8308


Ignore:
Timestamp:
2004-10-13T14:14:35+13:00 (20 years ago)
Author:
mdewsnip
Message:

Fixed a non-null terminated string stream used for output with Microsoft Visual C++ 4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/oaiservr/oaiaction.cpp

    r8306 r8308  
    349349
    350350    // now output the body of the action content
     351    outstream << ends;  // Ensure outstream is null-terminated correctly
    351352    output << outstream.str();
    352353  }
Note: See TracChangeset for help on using the changeset viewer.