summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
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 ();