We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f5e9f3 + 212586c commit 98286daCopy full SHA for 98286da
include/curl_easy_info.h
@@ -52,7 +52,7 @@ namespace curl {
52
curl_easy_info(char *pointer) : _pointer(pointer) {}
53
std::string get() const {
54
if (_pointer == nullptr) {
55
- return std::string('');
+ return std::string("");
56
}
57
return std::string(_pointer);
58
@@ -88,4 +88,4 @@ namespace curl {
88
};
89
90
91
-#endif /* curl_easy_info_h */
+#endif /* curl_easy_info_h */
0 commit comments