From 1f6bb85359149a016811e7e7fef980c3d45211e7 Mon Sep 17 00:00:00 2001 From: Ruben Undheim Date: Fri, 18 Oct 2019 19:56:51 +0000 Subject: New upstream version 0.9 --- backends/protobuf/protobuf.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'backends/protobuf/protobuf.cc') diff --git a/backends/protobuf/protobuf.cc b/backends/protobuf/protobuf.cc index 549fc73a..fff110bb 100644 --- a/backends/protobuf/protobuf.cc +++ b/backends/protobuf/protobuf.cc @@ -336,6 +336,7 @@ struct ProtobufPass : public Pass { std::stringstream buf; if (!filename.empty()) { + rewrite_filename(filename); std::ofstream *ff = new std::ofstream; ff->open(filename.c_str(), std::ofstream::trunc); if (ff->fail()) { -- cgit v1.2.3