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

Are spaces valid in SWIs ? #144

Closed
dp111 opened this issue Dec 16, 2021 · 1 comment
Closed

Are spaces valid in SWIs ? #144

dp111 opened this issue Dec 16, 2021 · 1 comment

Comments

@dp111
Copy link
Collaborator

dp111 commented Dec 16, 2021

In tube-swi.c tube_SWI_NumberFromString are spaces valid ? if not then we should be using ">" instead of ">=".

hoglet67 added a commit that referenced this issue Dec 17, 2021
Change-Id: Icb819b9f2a8a4fd8819e8bf1ec87a5188d0e84f4
@hoglet67
Copy link
Owner

This is the behaviour I see on RISCOS 3.1 in Arculator:
Screenshot from 2021-12-17 12-18-15

So it looks like space is treated as a valid terminator, rather than as a valid character.

I'll update the code to use >

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

2 participants