8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:43:02 +01:00

On behalf of mapopa after sourceforge crash - MET_exact_name , DYN_terminate are no more

This commit is contained in:
asfernandes 2015-07-26 15:37:00 +00:00
parent 9d17b48cab
commit c2cc9ed9fc
3 changed files with 1 additions and 5 deletions

View File

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

View File

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

View File

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