From c2cc9ed9fce491708684d114d98d19eda418d44c Mon Sep 17 00:00:00 2001 From: asfernandes Date: Sun, 26 Jul 2015 15:37:00 +0000 Subject: [PATCH] On behalf of mapopa after sourceforge crash - MET_exact_name , DYN_terminate are no more --- src/isql/iutils.cpp | 4 +--- src/yvalve/array.epp | 1 - src/yvalve/blob.epp | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/isql/iutils.cpp b/src/isql/iutils.cpp index c309e51e13..f898118571 100644 --- a/src/isql/iutils.cpp +++ b/src/isql/iutils.cpp @@ -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) { diff --git a/src/yvalve/array.epp b/src/yvalve/array.epp index 79cd70bf19..6348a85c95 100644 --- a/src/yvalve/array.epp +++ b/src/yvalve/array.epp @@ -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; diff --git a/src/yvalve/blob.epp b/src/yvalve/blob.epp index 1e058c39eb..bc9f50c2f9 100644 --- a/src/yvalve/blob.epp +++ b/src/yvalve/blob.epp @@ -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;