From 4f84ffc811d93371f395f11a0e0f42000eaa99fc Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 7 Mar 2006 19:12:18 +0000 Subject: *** empty log message *** --- client/dvfile.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/dvfile.cc') 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() -- cgit v1.2.3