From e0fe7f917f52ea92621348e501400a3d1e9da96d Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 15 Dec 2000 22:07:35 +0000 Subject: [PATCH] r252: *** empty log message *** --- libctsim/array2dfile.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libctsim/array2dfile.cpp b/libctsim/array2dfile.cpp index 36adfba..40be226 100644 --- a/libctsim/array2dfile.cpp +++ b/libctsim/array2dfile.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: array2dfile.cpp,v 1.17 2000/12/14 20:59:30 kevin Exp $ +** $Id: array2dfile.cpp,v 1.18 2000/12/15 22:07:35 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 @@ -558,7 +558,7 @@ void Array2dFile::labelsCopy (Array2dFile& copyFile, const char* const pszId) { string id; - if (idStr) + if (pszId) id = pszId; for (unsigned int i = 0; i < copyFile.getNumLabels(); i++) { Array2dFileLabel l (copyFile.labelGet (i)); -- 2.34.1