Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-libraries
Commits
5b4f256a
Commit
5b4f256a
authored
Mar 30, 2019
by
Bas Lijnse
Browse files
Fixed missing quote in macosx symbols_in_program module
parent
a6ad4a94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Libraries/graph_copy/macosx/symbols_in_program.icl
View file @
5b4f256a
...
...
@@ -46,7 +46,7 @@ exported_clean_symbol i s
|
s
.[
i
+2
]==
'T'
&&
s
.[
i
+3
]==
'u'
&&
s
.[
i
+4
]==
'p'
&&
s
.[
i
+5
]==
'l'
&&
s
.[
i
+6
]==
'e'
&&
s
.[
i
+7
]==
'\0'
=
True
;
=
False
;
|
s
.[
i
]==
'd'
&&
s
.[
i
+1
]==
'I'
&&
s
.[
i
+2
]==
'N'
&&
s
.[
i
+3
]==
'T'
&&
s
.[
i
+4
]=='\
0
|
s
.[
i
]==
'd'
&&
s
.[
i
+1
]==
'I'
&&
s
.[
i
+2
]==
'N'
&&
s
.[
i
+3
]==
'T'
&&
s
.[
i
+4
]==
'\0
'
=
True
;
|
s
.[
i
]==
'C'
&&
s
.[
i
+1
]==
'H'
&&
s
.[
i
+2
]==
'A'
&&
s
.[
i
+3
]==
'R'
&&
s
.[
i
+4
]==
'\0'
=
True
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment