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-14 23:05:52 +0100
commit625c74cff74bea9e0cc991bfa25e22ad0ed96b4a (patch)
treee930e3c8c8982a60c495689cb94f09399244a2ef /examples
parentdcdf17d9d495b433d48d265133f914ec967f6d90 (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 ();