From 588a26c7877f5e7b9bb186772670d7eb3da98131 Mon Sep 17 00:00:00 2001 From: robocop Date: Sat, 10 Mar 2007 10:49:39 +0000 Subject: [PATCH] Misc. --- src/jrd/isc_file.cpp | 4 ++-- src/jrd/license.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/jrd/isc_file.cpp b/src/jrd/isc_file.cpp index 2f15042b0e..2a848abc24 100644 --- a/src/jrd/isc_file.cpp +++ b/src/jrd/isc_file.cpp @@ -1742,8 +1742,8 @@ bool Mnt::get() return false; } - const char * start = this->mnt_info[this->mnt_i].f_mntfromname; - const char * iflag = strchr(this->mnt_info[this->mnt_i].f_mntfromname, ':'); + const char* start = this->mnt_info[this->mnt_i].f_mntfromname; + const char* iflag = strchr(this->mnt_info[this->mnt_i].f_mntfromname, ':'); if (iflag) { node = tstring(start, size_t(iflag - start)); diff --git a/src/jrd/license.h b/src/jrd/license.h index 17258edb4a..77b561bd42 100644 --- a/src/jrd/license.h +++ b/src/jrd/license.h @@ -19,7 +19,7 @@ * * All Rights Reserved. * Contributor(s): ______________________________________. - * $Id: license.h,v 1.32 2007-03-09 10:32:58 paulbeach Exp $ + * * Revision 1.5 2000/12/08 16:18:21 fsg * Preliminary changes to get IB_BUILD_NO automatically * increased on commits.