Changeset 1267

Show
Ignore:
Timestamp:
05/12/07 13:52:09 (1 year ago)
Author:
common
Message:

nepenthes

  • submit-mwserv used CURLFORM_COPYCONTENTS instead of CURLFORM_PTRCONTENTS when using consts
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nepenthes/trunk/modules/submit-mwserv/TransferSession.cpp

    r1265 r1267  
    170170        { 
    171171                curl_formadd(&m_postInfo, &m_postInfoLast, CURLFORM_PTRNAME, "software", 
    172                         CURLFORM_PTRCONTENTS, "nepenthes " VERSION " (" MY_OS ", " MY_ARCH 
     172                        CURLFORM_COPYCONTENTS, "nepenthes " VERSION " (" MY_OS ", " MY_ARCH 
    173173                        ", " MY_COMPILER ")", CURLFORM_END); 
    174174        }