Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clean-libraries
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clean-and-itasks
clean-libraries
Commits
5b4f256a
Commit
5b4f256a
authored
Mar 30, 2019
by
Bas Lijnse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed missing quote in macosx symbols_in_program module
parent
a6ad4a94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Libraries/graph_copy/macosx/symbols_in_program.icl
Libraries/graph_copy/macosx/symbols_in_program.icl
+1
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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