mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-11 12:29:46 +00:00
Fix scrstring module
This commit is contained in:
parent
16b83c42f3
commit
4ea8658d5b
@ -40,7 +40,7 @@ void scrstrzcopy(pointer dest, pointer src) {
|
||||
} while c != nullchar_scr
|
||||
}
|
||||
|
||||
void strzpaste(pointer dest, pointer src) {
|
||||
void scrstrzpaste(pointer dest, pointer src) {
|
||||
byte i
|
||||
byte c
|
||||
i = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user