You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLFN expects strings to be null-terminated. This causes the string
to be prematurely terminated when the source file contains a null-bytes.
This is fixed by reading the data into an intermediate buffer as an
array of bytes that is later cast into a string.
References #4
Hi,
when you read a binary file via SFTP, then chunks that contain the null character are incomplete.
Is this possibly due to how LabVIEW converts C strings to LV strings?
Best regards
sanch3z
The text was updated successfully, but these errors were encountered: