Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1475 → Rev 1474

/programs/media/kiv/trunk/kiv.asm
212,17 → 212,16
mov esi, path
mov edi, @PARAMS
push edi
mov ecx, 4096/4
rep movsd
mov byte [edi-1], 0
pop esi
mov esi, @PARAMS
push esi
call find_last_name_component
 
pop eax
push [image]
mov eax, path
call load_image
jc .restore_old
call generate_header
229,6 → 228,7
invoke img.destroy
call free_directory
pop eax ; pop for [image]
jmp red
.restore_old: