forked from KolibriOS/kolibrios
Tinypad 4.0.4 (put filename of current tab into open/save dialog)
git-svn-id: svn://kolibrios.org@327 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -574,10 +574,6 @@ func get_tab_size ;///// GET TAB WIDTH ///////////////////////////////////////
|
||||
jae .lp1
|
||||
lea eax,[ebp+TABITEM.Editor.FilePath]
|
||||
add eax,[ebp+TABITEM.Editor.FileName]
|
||||
cmp byte[eax],0
|
||||
jne @f
|
||||
int3
|
||||
@@:
|
||||
call strlen
|
||||
imul ebx,eax,6
|
||||
add ebx,9
|
||||
|
Reference in New Issue
Block a user