Menu

#997 #endif in wrong place

closed-fixed
libcurl (356)
5
2013-06-21
2011-02-28
Boris
No

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);

Discussion

  • Daniel Stenberg

    Daniel Stenberg - 2011-03-06
    • status: open --> closed-fixed
     
  • Daniel Stenberg

    Daniel Stenberg - 2011-03-06

    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/