Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
asn1-value-editor
Commits
74da81ee
Commit
74da81ee
authored
Jun 20, 2016
by
Maxime Perrotin
Browse files
Fix typo
parent
294ed541
Changes
1
Hide whitespace changes
Inline
Side-by-side
asn1_value_editor/Scenario.py
View file @
74da81ee
...
...
@@ -178,7 +178,7 @@ class PollerThread(QThread):
return
-
1
buffer_size
=
GetMsgQueueBufferSize
(
msg_q
)
#p_data_from_mq = DV.new_byte_SWIG_PTR(buffer_size)
p_data_from_mq
=
ctypes
.
create_string_buffe
(
buffer_size
).
raw
p_data_from_mq
=
ctypes
.
create_string_buffe
r
(
buffer_size
).
raw
while
True
:
if
self
.
stop_requested
:
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