Changeset 12527


Ignore:
Timestamp:
2006-08-24T13:20:19+12:00 (18 years ago)
Author:
kjdon
Message:

added fileuploads to parse_cgi_args call so that it compiles. it currently will be no use as nothing is setting up the fileuploads

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/w32server/cgiwrapper.cpp

    r11055 r12527  
    786786  // have been no errors so far
    787787  cgiargsclass args;
     788  fileupload_tmap fileuploads;
    788789  text_tmap empty; // don't use this (it's for fastcgi on unix)
    789   if (!recpt.parse_cgi_args (argstr, args, cerr, empty)) {
     790  if (!recpt.parse_cgi_args (argstr, fileuploads, args, cerr, empty)) {
    790791    page_errorparseargs(gsdl_gsdlhome);
    791792    return;
Note: See TracChangeset for help on using the changeset viewer.