Subversion Repositories Kolibri OS

Rev

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

Rev 6917 Rev 7040
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2011-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2011-2015. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 6917 $
8
$Revision: 7040 $
9
 
9
 
10
; =============================================================================
10
; =============================================================================
11
; ================================= Constants =================================
11
; ================================= Constants =================================
Line 1507... Line 1507...
1507
@@:
1507
@@:
1508
        call    getFullPath
1508
        call    getFullPath
1509
        pop     edi ebp
1509
        pop     edi ebp
1510
        mov     byte [edi], '/'
1510
        mov     byte [edi], '/'
1511
        popd    [ebp] edi esi ebx
1511
        popd    [ebp] edi esi ebx
-
 
1512
        add     edi, 2
1512
        test    eax, eax
1513
        test    eax, eax
1513
        jz      .errorRename
1514
        jz      .errorRename
1514
        add     edi, 2
1515
        cmp     byte [edi], 0
-
 
1516
        jz      .errorRename
1515
.callFS:
1517
.callFS:
1516
        pop     eax ebp
1518
        pop     eax ebp
1517
        call    eax
1519
        call    eax
1518
        pop     ebp edx
1520
        pop     ebp edx
1519
        mov     dword [esp+20], ebx
1521
        mov     dword [esp+20], ebx