Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

String problem? #1

Open
joshmyzie2 opened this issue Sep 16, 2015 · 0 comments
Open

String problem? #1

joshmyzie2 opened this issue Sep 16, 2015 · 0 comments

Comments

@joshmyzie2
Copy link

I've just installed your library and was trying to configure it when I noticed odd behavior with the dictionary returned by .fix.getdefaults:

q)x:first key .fix.getdefaults[]
q)x
`BEGINSTRING
q)x~`BEGINSTRING
0b
q)x
`BEGINSTRING
q)x~`BEGINSTRING
0b
q)x
`BEGINSTR0

I'm not a C programmer, but it looks like some kind of memory pointer issue. Any idea what's going on?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant