aports/community/tiledb/80-stringstream.patch
2023-10-13 15:59:26 +00:00

16 lines
297 B
Diff

Author: Holger Jaekel <holger.jaekel@gmx.de>
Summary: convert Aws::StringStream to std::string
----
--- a/tiledb/sm/filesystem/s3.cc
+++ b/tiledb/sm/filesystem/s3.cc
@@ -212,7 +212,7 @@
ss << " : " << err.GetMessage();
- return ss.str();
+ return ss.str().c_str();
}
} // namespace