cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker Archives

[ curl-Bugs-3195205 ] #endif in wrong place

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Sun, 06 Mar 2011 22:02:52 +0000

Bugs item #3195205, was opened at 2011-02-28 17:30
Message generated for change (Comment added) made by bagder
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3195205&group_id=976

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: libcurl
Group: wrong content
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Boris (borisgz910)
Assigned to: Daniel Stenberg (bagder)
Summary: #endif in wrong place

Initial Comment:
in rawstr.h the #endif is not in the last line, so Curl_strntoupper declaration is outsize the #ifndef __RAWSTR_H.

#ifndef __RAWSTR_H
#define __RAWSTR_H
.....
#endif
void Curl_strntoupper(char *dest, const char *src, size_t n);

----------------------------------------------------------------------

Comment By: Daniel Stenberg (bagder)
Date: 2011-03-06 23:02

Message:
Thanks for the report, this problem is now fixed in the git repository.

To try it out, you either checkout/update your git clone:
http://curl.haxx.se/source.html

or you try tomorrow's daily snapshot: http://curl.haxx.se/snapshots/

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3195205&group_id=976
Received on 2011-03-06

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET