From: Kevin M. Rosenberg Date: Fri, 15 Dec 2000 22:07:35 +0000 (+0000) Subject: r252: *** empty log message *** X-Git-Tag: debian-4.5.3-3~765 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=e0fe7f917f52ea92621348e501400a3d1e9da96d r252: *** empty log message *** --- 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));