diff options
author | 2020-08-23 10:11:10 -0400 | |
---|---|---|
committer | 2020-08-23 10:11:10 -0400 | |
commit | a4ca21792b915781b69b3ece14a7a5f67595693c (patch) | |
tree | 67f9161ca2573f75fe8f28b0ded63347f130a59a /src/Makefile | |
parent | 678a07291e43e293b43eb97fe01123ff58e8cf25 (diff) | |
download | textadept-a4ca21792b915781b69b3ece14a7a5f67595693c.tar.gz textadept-a4ca21792b915781b69b3ece14a7a5f67595693c.zip |
Updated to latest Scintilla to get some fixes for crashes.
These crashes occur when indexing Scintilla fields with out-of-bounds indices.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 952b834f..0f7f5776 100644 --- a/src/Makefile +++ b/src/Makefile @@ -376,7 +376,7 @@ else gtdialog_url = http://foicica.com/hg/gtdialog/archive/tip.zip endif -scintilla_zip = ce12cbc5af8e.zip +scintilla_zip = 0c74cd397b6b.zip lua_tgz = lua-5.3.5.tar.gz lpeg_tgz = lpeg-1.0.2.tar.gz lfs_zip = v1_7_0_2.zip |