diff options
Diffstat (limited to 'client/dvfile.cc')
-rw-r--r-- | client/dvfile.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/dvfile.cc b/client/dvfile.cc index 8caecc0..2f13e5e 100644 --- a/client/dvfile.cc +++ b/client/dvfile.cc @@ -35,7 +35,7 @@ dvfile::dvfile() { fp = fopen(TEST_MOVIE, "r"); - if(!fp) gInfo::info->error("Couldn't open %s for reading.", TEST_MOVIE); + if(!fp) MIaV::info->error("Couldn't open %s for reading.", TEST_MOVIE); } dvfile::~dvfile() |