diff --git a/README.md b/README.md index 293ca67..a5a62ed 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a DLL extension for [AutoHotkey](https://www.autohotkey.com/) that enabl ## Work in progress Currently this project is unfinished, there may be missing functionality and errors may occur! -* After multiple calls of [`getStringData()`](https://files.eleton-audio.de/gitea/Ludwig/OSC2AHK#get-string-data) a heap memory fault occurs. This could also be a error in the calling AHK script. +* After multiple calls of [`getStringData()`](https://files.eleton-audio.de/gitea/Ludwig/OSC2AHK#get-string-data) a heap memory fault occurs. This could also be a error in the calling AHK script (see [`msghandlerString()` in the test script](https://files.eleton-audio.de/gitea/Ludwig/OSC2AHK/src/branch/master/msgtest.ahk#L41)). * OSC address wildcards are not supported yet * Documentation could be improved