mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-22 01:02:17 -05:00
Fix security.sex saving of settings.
This commit is contained in:
parent
b6386655f1
commit
6e7b98414b
@ -1204,7 +1204,7 @@ begin;
|
||||
dec(l);
|
||||
for j := 0 to l do
|
||||
begin
|
||||
pathArr[i][j].name := format('lists[%d][%d]', [i, j]);
|
||||
pathArr[i][j].name := format('lists_%d_%d', [i, j]);
|
||||
{$IFDEF EXTENSION}
|
||||
{
|
||||
Load the previously saved settings.
|
||||
|
Loading…
Reference in New Issue
Block a user