mirror of
https://github.com/KarolS/millfork.git
synced 2025-08-09 10:24:57 +00:00
Fix scrstring module
This commit is contained in:
@@ -40,7 +40,7 @@ void scrstrzcopy(pointer dest, pointer src) {
|
|||||||
} while c != nullchar_scr
|
} while c != nullchar_scr
|
||||||
}
|
}
|
||||||
|
|
||||||
void strzpaste(pointer dest, pointer src) {
|
void scrstrzpaste(pointer dest, pointer src) {
|
||||||
byte i
|
byte i
|
||||||
byte c
|
byte c
|
||||||
i = 0
|
i = 0
|
||||||
|
Reference in New Issue
Block a user