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