Subversion Repositories Kolibri OS

Rev

Rev 297 | Rev 595 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 297 Rev 327
Line 572... Line 572...
572
	push	eax
572
	push	eax
573
	cmp	[tab_bar.Style],3
573
	cmp	[tab_bar.Style],3
574
	jae	.lp1
574
	jae	.lp1
575
	lea	eax,[ebp+TABITEM.Editor.FilePath]
575
	lea	eax,[ebp+TABITEM.Editor.FilePath]
576
	add	eax,[ebp+TABITEM.Editor.FileName]
576
	add	eax,[ebp+TABITEM.Editor.FileName]
577
	cmp	byte[eax],0
-
 
578
	jne	@f
-
 
579
	int3
-
 
580
    @@:
-
 
581
	call	strlen
577
	call	strlen
582
	imul	ebx,eax,6
578
	imul	ebx,eax,6
583
	add	ebx,9
579
	add	ebx,9
584
	cmp	ebp,[tab_bar.Default.Ptr]
580
	cmp	ebp,[tab_bar.Default.Ptr]
585
	jne	.lp2
581
	jne	.lp2