mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 03:23:04 +01:00
Misc.
This commit is contained in:
parent
8af5b2f9e5
commit
588a26c787
@ -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));
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user