Changeset 387 for trunk/gsdl/src/recpt


Ignore:
Timestamp:
1999-07-14T20:31:05+12:00 (25 years ago)
Author:
rjmcnab
Message:

Fixed a small bug in the POST implementation.

File:
1 edited

Legend:

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

    r377 r387  
    1212/*
    1313   $Log$
     14   Revision 1.16  1999/07/14 08:31:05  rjmcnab
     15   Fixed a small bug in the POST implementation.
     16
    1417   Revision 1.15  1999/07/13 23:32:17  rjmcnab
    1518   Added authenaction and usersaction
     
    110113#include "fcgiapp.h"
    111114#endif
     115
    112116
    113117// Note: site.h would not be needed if we could
     
    433437    content_length_str != NULL) {
    434438      // POST form data
    435       int content_length = text_t(content_length).getint();
     439      int content_length = text_t(content_length_str).getint();
    436440      char c;
    437441      cin.get(c);
Note: See TracChangeset for help on using the changeset viewer.