-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Remove unnecessary write( * , * ), check comments, error escapes^1 etc. There is a pile in dynk_setvalue(), which are called always (error or not). It should at least be wrapped in "if (ldynkdebug) then / end if". I might also have left some around.
[1] Includes fixing that write( * , * ) doesn't work from recursive functions
Reactions are currently unavailable