Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FS-ELAB
pilc2server
Commits
7e2a566e
Commit
7e2a566e
authored
Feb 28, 2022
by
Joshua Supra
Browse files
.
parent
68c91288
Changes
2
Hide whitespace changes
Inline
Side-by-side
pilc2_functions/libpilc2.a
View file @
7e2a566e
No preview for this file type
pilc2_functions/pilc2_network.c
View file @
7e2a566e
...
...
@@ -493,7 +493,7 @@ int GetDate(zmq_data *zmq_data_struct) {
//printf("%i \n", buffer[1]);
zmq_send
(
zmq_data_struct
->
socket
,
buffer
,
46
,
0
);
zmq_send
(
zmq_data_struct
->
socket
,
buffer
,
28
,
0
);
free
(
buffer
);
return
0
;
...
...
Write
Preview
Supports
Markdown
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