mirror of
https://github.com/KarolS/millfork.git
synced 2025-08-07 12:25:40 +00:00
Fix scrstring module
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user