- made adjustments to text input menu to work with scripts.
This commit is contained in:
parent
f0e925c5a7
commit
b6ad14a614
14 changed files with 107 additions and 81 deletions
|
|
@ -2293,7 +2293,7 @@ static int PatchStrings (int dummy)
|
|||
holdstring.StripRight();
|
||||
if (holdstring.Len() > 0 && holdstring[holdstring.Len()-1] == '\\')
|
||||
{
|
||||
holdstring.Truncate((long)holdstring.Len()-1);
|
||||
holdstring.Truncate(holdstring.Len()-1);
|
||||
Line2 = igets ();
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue