Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1474 → Rev 1475

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