We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a52fb8 commit 3867dceCopy full SHA for 3867dce
1 file changed
tools/cli/cli.cpp
@@ -4,6 +4,7 @@
4
#include "console.h"
5
// #include "log.h"
6
7
+#include "server-common.h"
8
#include "server-context.h"
9
#include "server-task.h"
10
@@ -194,7 +195,7 @@ struct cli_context {
194
195
raw_buffer buf;
196
buf.assign((std::istreambuf_iterator<char>(file)), std::istreambuf_iterator<char>());
197
input_files.push_back(std::move(buf));
- return mtmd_default_marker();
198
+ return get_media_marker();
199
} else {
200
std::string content((std::istreambuf_iterator<char>(file)), std::istreambuf_iterator<char>());
201
return content;
0 commit comments