diff options
Diffstat (limited to 'THT')
-rwxr-xr-x | THT/B/QG-2014/dic.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/THT/B/QG-2014/dic.pp b/THT/B/QG-2014/dic.pp index 76f2323..716249d 100755 --- a/THT/B/QG-2014/dic.pp +++ b/THT/B/QG-2014/dic.pp @@ -61,7 +61,7 @@ var i: longint; ok: boolean; begin - assign(f, 'dic.dat'); + assign(f, 'DIC.DAT'); reset(f); while not seekeof(f) do begin |