Subversion Repositories Kolibri OS

Rev

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

Rev 327 Rev 595
Line 106... Line 106...
106
	mov	al,' '
106
	mov	al,' '
107
	cld
107
	cld
108
	rep	stosb
108
	rep	stosb
Line 109... Line 109...
109
 
109
 
110
	mov	esi,s_defname
110
	mov	esi,s_defname
111
	mov	edi,cur_editor.FilePath
111
	mov	edi,cur_editor.FilePath + 1
112
	mov	ecx,s_defname.size
112
	mov	ecx,s_defname.size
113
	rep	movsb
113
	rep	movsb
Line 114... Line 114...
114
	mov	[cur_editor.FileName],0
114
	mov	[cur_editor.FileName],1
115
 
115
 
Line 116... Line 116...
116
	mov	[cur_editor.Modified],0
116
	mov	[cur_editor.Modified],0