From d9be6ee955a92618bcfc8c8e1f10ca82a9f51634 Mon Sep 17 00:00:00 2001 From: Pixel Date: Thu, 29 Aug 2002 07:59:56 +0000 Subject: Nighty commit --- lib/Makefile | 2 +- lib/cdreader.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index ab722f9..101a91e 100755 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,6 +1,6 @@ #!/usr/bin/make -f -CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -Werror -I../includes -DHAVE_ZLIB +CPPFLAGS=-Wall -g -O3 -mcpu=i686 -Werror -I../includes -DHAVE_ZLIB CXX=g++ OBJECTS = cdutils.o lzss.o yazedc.o dteutils.o cdreader.o diff --git a/lib/cdreader.cpp b/lib/cdreader.cpp index d705e01..3459f11 100644 --- a/lib/cdreader.cpp +++ b/lib/cdreader.cpp @@ -80,7 +80,7 @@ cdreader::cdreader(const String & no) throw (GeneralException) : Handle(open(no.to_charp(), O_RDONLY)), n(no), sector(0) { #ifdef DEBUG - fprintf(stderr, "Opening file %s, cdreader at %p\n", no.to_charp(), this); + fprintf(stderr, "Opening cdrom device %s\n", no.to_charp(), this); #endif if (GetHandle() < 0) { -- cgit v1.2.3