From 1390ddfe6afe41dba141f8170f9b277573ebe8cd Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 7 Mar 2006 10:37:59 +0000 Subject: *** empty log message *** --- client/dvfile.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'client/dvfile.cc') diff --git a/client/dvfile.cc b/client/dvfile.cc index 7d83255..8caecc0 100644 --- a/client/dvfile.cc +++ b/client/dvfile.cc @@ -30,11 +30,12 @@ #include "dv.h" #include "util.h" -dvfile::dvfile(Info* i) +#include "info.h" + +dvfile::dvfile() { - info = i; fp = fopen(TEST_MOVIE, "r"); - if(!fp) info->error("Couldn't open %s for reading.", TEST_MOVIE); + if(!fp) gInfo::info->error("Couldn't open %s for reading.", TEST_MOVIE); } dvfile::~dvfile() -- cgit v1.2.3