summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-03-07 21:52:21 +0100
committerCarl Hetherington <cth@carlh.net>2022-03-07 21:52:21 +0100
commit03a4fab49fd5a0b3c4b82ee174501b650db78d80 (patch)
tree61473c345e50acf8a41924d79fd55c3d690e6b7a /examples
parentc7996b651e33e69349a43303f8bec9f1a4fd5cbf (diff)
Tweak path in the example.
Diffstat (limited to 'examples')
-rw-r--r--examples/read_dcp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/read_dcp.cc b/examples/read_dcp.cc
index 53607377..1601ffce 100644
--- a/examples/read_dcp.cc
+++ b/examples/read_dcp.cc
@@ -52,7 +52,7 @@ int
main ()
{
/* Create a DCP, specifying where our existing data is */
- dcp::DCP dcp ("/home/carl/diagonal.com/APPASSIONATA_TLR_F_UK-DEFR_CH_51_2K_LOK_20121115_DGL_OV");
+ dcp::DCP dcp ("/home/carl/Test_DCP");
/* Read the DCP to find out about it */
dcp.read ();