Renamed MAX_KEY_SIZ to XFLM_MAX_KEY_SIZE and move the define into xflaim.h.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@226 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-03-29 23:43:45 +00:00
parent 066d5b8e30
commit 99f01f6f02
22 changed files with 191 additions and 196 deletions

View File

@@ -343,8 +343,8 @@ Exit:
/****************************************************************************
Desc: Format text removing leading and trailing spaces. Treat
underscores as spaces. As options, remove all spaces and dashes.
Ret: NE_XFLM_OK always. WIll truncate so text will fill MAX_KEY_SIZ.
Allocate 8 more than MAX_KEY_SIZ for psDestBuf.
Ret: NE_XFLM_OK always. WIll truncate so text will fill XFLM_MAX_KEY_SIZE.
Allocate 8 more than XFLM_MAX_KEY_SIZE for psDestBuf.
Visit: Pass in uiLimit and pass back a truncated flag when the
string is truncated. This was not done because we will have
to get the exact truncated count that is done in f_tocoll.cpp