summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/dcpdumpsub.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dcpdumpsub.cc b/tools/dcpdumpsub.cc
index 026b1a4d..5d6668af 100644
--- a/tools/dcpdumpsub.cc
+++ b/tools/dcpdumpsub.cc
@@ -137,7 +137,7 @@ main (int argc, char* argv[])
cerr << "Could not open font file " << i->first << ".ttf for writing";
exit (EXIT_FAILURE);
}
- fwrite (i->second.data().get(), 1, i->second.size(), f);
+ fwrite (i->second.data(), 1, i->second.size(), f);
fclose (f);
}
}