https://github.com/jrincayc/ucblogo-code
Revision afe06d9d9d192529c1467490d6dd5f8468f424ab authored by Dan Malec on 04 January 2021, 21:17:24 UTC, committed by Dan Malec on 04 January 2021, 21:17:24 UTC
1 parent e023b8f
Raw File
Tip revision: afe06d9d9d192529c1467490d6dd5f8468f424ab authored by Dan Malec on 04 January 2021, 21:17:24 UTC
ISSUE-89: Don't pass a negative index to SetStyle
Tip revision: afe06d9
libloc.c
char *libloc=LIBLOC;		/* "/usr/local/lib/logo/logolib" */
char *helploc=HELPLOC;		/* "/usr/local/lib/logo/helpfiles" */
char *cslsloc=CSLSLOC;		/* "/usr/local/lib/logo/csls" */
char *temploc=TEMPLOC;		/* "/tmp" */
char *separator="/";
back to top