- Handle ACS string escape sequences at load time rather than print time.
- Fixed: FBehavior::FindStringInChunk() was not big-endian safe. - Fixed: FBehavior::LookupString() was not big-endian safe. SVN r3406 (trunk)
This commit is contained in:
parent
5f88d2c9f0
commit
e5e1ee00a6
3 changed files with 65 additions and 10 deletions
|
|
@ -550,7 +550,7 @@ exists: if (p != NULL)
|
|||
|
||||
//==========================================================================
|
||||
//
|
||||
// strbin1 -- In-place version
|
||||
// strbin -- In-place version
|
||||
//
|
||||
// [RH] Replaces the escape sequences in a string with actual escaped characters.
|
||||
// This operation is done in-place. The result is the new length of the string.
|
||||
|
|
@ -650,7 +650,7 @@ int strbin (char *str)
|
|||
// strbin1 -- String-creating version
|
||||
//
|
||||
// [RH] Replaces the escape sequences in a string with actual escaped characters.
|
||||
// This operation is done in-place.
|
||||
// The result is a new string.
|
||||
//
|
||||
//==========================================================================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue