Changeset 8330


Ignore:
Timestamp:
2004-10-14T16:08:21+13:00 (20 years ago)
Author:
mdewsnip
Message:

Fixed yesterday's fix so it works with Microsoft Visual C++ 4.

File:
1 edited

Legend:

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

    r8317 r8330  
    109109 
    110110  char *cstr = cgiargstring.getcstr();
     111#if defined(GSDL_USE_IOS_H)
     112  istrstream cgi_in(cstr, cgiargstring.size());
     113#else
    111114  istringstream cgi_in(cstr);
     115#endif
    112116
    113117  // parse the arguments
Note: See TracChangeset for help on using the changeset viewer.