From 113c9b335a1423ff29e945f804c56b5ecee5425f Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 7 Sep 2000 05:01:28 +0000 Subject: [PATCH] r195: imagefile.cpp --- libctsim/imagefile.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libctsim/imagefile.cpp b/libctsim/imagefile.cpp index 9df4285..667156b 100644 --- a/libctsim/imagefile.cpp +++ b/libctsim/imagefile.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: imagefile.cpp,v 1.11 2000/08/25 15:59:13 kevin Exp $ +** $Id: imagefile.cpp,v 1.12 2000/09/07 05:01:28 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -94,7 +94,8 @@ ImageFile::displayScaling (const int scale, const ImageFileValue pmin, const Ima delete pPens; return (id_X11); - +#else + return 0; #endif } -- 2.34.1