Tweak path in the example.
authorCarl Hetherington <cth@carlh.net>
Mon, 7 Mar 2022 20:52:21 +0000 (21:52 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 14 Mar 2022 22:05:52 +0000 (23:05 +0100)
examples/read_dcp.cc

index 53607377ebb9953f525585765ecce73dbb73020a..1601ffceea33c518d95913ae4a90015fe6cfec55 100644 (file)
@@ -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 ();