From 03a4fab49fd5a0b3c4b82ee174501b650db78d80 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 7 Mar 2022 21:52:21 +0100 Subject: Tweak path in the example. --- examples/read_dcp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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 (); -- cgit v1.2.3