Skip to content
Snippets Groups Projects
Commit 7cc8a552 authored by Andrew Johnson's avatar Andrew Johnson
Browse files

db: Allow single-char accesses as long strings

Clients try to use long string support to fetch DBF_STRING
fields use DBF_CTRL_CHAR with a 1-element array, but the IOC
was rejecting that.  This permits it, and also ensures that
the resulting strings are zero-terminated.

Fixes lp:907761
parent afaebfbe
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment