1
0
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:
Karol Stasiak 2020-04-06 11:54:11 +02:00
parent 16b83c42f3
commit 4ea8658d5b

View File

@ -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