Compare commits

...

2 Commits

Author SHA1 Message Date
98988e9d5c Remove unused file
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 34s
Build system / Build (pull_request) Successful in 5m38s
2025-05-20 22:05:56 +02:00
3cd9a1c754 Fix ftpc crash 2025-05-20 22:05:56 +02:00

View File

@@ -470,10 +470,14 @@ gui: ;//////////////////////////////////////////////////////////////////////////
dec edx
jnz @b
inc ecx
lea esi, [edi-1]
lea edi, [node_entry2+4]
@@:
movsb
dec ecx
; check if the file name is incomplete
jz .store_last_entry
cmp word[esi], 0x0a0d ; end of entry
jne @b
mov byte[edi], 0