mirror of
https://github.com/KarolS/millfork.git
synced 2026-04-19 10:42:10 +00:00
Add nullchar constant, NULLCHAR feature, and vectrex encoding
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ word strz2word(pointer str) {
|
||||
errno = err_ok
|
||||
while true {
|
||||
char = str[i]
|
||||
if char == 0 {
|
||||
if char == nullchar {
|
||||
if i == 0 {
|
||||
errno = err_numberformat
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user