Created attachment 114930 [details] test document with a good, but not runnable LibreLogo program The following LibreLogo program (attached as a test document, too) results an error message instead of program running, because of missing initialization of oldlcap.
The program: PENSIZE 0 RIGHT 90 FORWARD 10/2 LEFT 90 BACK 10/2 CIRCLE 100
László Németh committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=13cc2002d19c96aa3ed14ae1cf2d695f832c0f05 tdf#90723 LibreLogo: missing oldlcap initialization It will be available in 5.0.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
László Németh committed a patch related to this issue. It has been pushed to "libreoffice-4-4": http://cgit.freedesktop.org/libreoffice/core/commit/?id=db74d31a2416681cc35d9fe5fc2741ad29c6e695&h=libreoffice-4-4 tdf#90723 LibreLogo: missing oldlcap initialization It will be available in 4.4.4. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.