Subversion Repositories Kolibri OS

Rev

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

Rev 7863 Rev 8213
Line 420... Line 420...
420
	cmp	byte[esi],0;' '
420
	cmp	byte[esi],0;' '
421
	jne	newc1
421
	jne	newc1
422
	mov	esi,[esp]
422
	mov	esi,[esp]
Line 423... Line 423...
423
 
423
 
424
	cmp	byte[esi],'/'
424
	cmp	byte[esi],'/'
425
	jne	@f
425
	je	abs_path
426
	cmp	byte[esi],'\'
426
	cmp	byte[esi],'\'
-
 
427
	jne	@f
427
	jne	@f
428
    abs_path:
Line 428... Line 429...
428
	mov	edi,fullpath_open
429
	mov	edi,fullpath_open
429
 
430
 
430
    @@:
431
    @@: