Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib/arch/zxnext/stdlib/NextLibLite.bas
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ SUB SaveSD(byval filen as String,ByVal address as uinteger,ByVal length as uinte
'
' saves to SD filen=filename address=start address to save lenght=number of bytes to save
'
dim tlen as uinteger
dim tlen, nbx as uinteger
filen = filen + chr(0)
tlen=len(filen)+1
'dim cco as ubyte=0
Expand Down