8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 05:23:03 +01:00
This commit is contained in:
robocop 2007-03-10 10:49:39 +00:00
parent 8af5b2f9e5
commit 588a26c787
2 changed files with 3 additions and 3 deletions

View File

@ -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));

View File

@ -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.