mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03:02 +01:00
On behalf of mapopa after sourceforge crash - MET_exact_name , DYN_terminate are no more
This commit is contained in:
parent
9d17b48cab
commit
c2cc9ed9fc
@ -57,9 +57,7 @@ void IUTILS_copy_SQL_id(const TEXT* in_str, TEXT* output_str, TEXT escape_char)
|
||||
|
||||
/* CVC: Try to detect if we can get rid of double quotes as
|
||||
requested by Ann. Notice empty names need double quotes.
|
||||
Assume the caller invoked previously ISQL_blankterm() that's
|
||||
just another function like DYN_terminate, MET_exact_name, etc.
|
||||
ISQL_blankterm has been replaced by fb_utils::exact_name. */
|
||||
Assume the caller invoked previously fb_utils::exact_name. */
|
||||
|
||||
if (escape_char == DBL_QUOTE)
|
||||
{
|
||||
|
@ -352,7 +352,6 @@ static void copy_exact_name (const char* from, char* to, SSHORT bsize)
|
||||
*
|
||||
* Functional description
|
||||
* Copy null terminated name ot stops at bsize - 1.
|
||||
* CVC: This is just another fc like DYN_terminate.
|
||||
*
|
||||
**************************************/
|
||||
const char* const from_end = from + bsize - 1;
|
||||
|
@ -258,7 +258,6 @@ static void copy_exact_name (const UCHAR* from, UCHAR* to, SSHORT bsize)
|
||||
*
|
||||
* Functional description
|
||||
* Copy null terminated name ot stops at bsize - 1.
|
||||
* CVC: This is just another fc like DYN_terminate.
|
||||
*
|
||||
**************************************/
|
||||
const UCHAR* const from_end = from + bsize - 1;
|
||||
|
Loading…
Reference in New Issue
Block a user