Changeset 8316


Ignore:
Timestamp:
2004-10-13T16:45:59+13:00 (20 years ago)
Author:
mdewsnip
Message:

Oops... changed my previous "fix" so it only applies for old Windows compilation.

File:
1 edited

Legend:

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

    r8308 r8316  
    349349
    350350    // now output the body of the action content
     351#if defined(GSDL_USE_IOS_H)
    351352    outstream << ends;  // Ensure outstream is null-terminated correctly
     353#endif
    352354    output << outstream.str();
    353355  }
Note: See TracChangeset for help on using the changeset viewer.