Subversion Repositories Kolibri OS

Rev

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

Rev 4438 Rev 9025
Line 81... Line 81...
81
        mov     eax, [od.openfile_path]
81
        mov     eax, [od.openfile_path]
82
        mov     [eax], byte 0          ; end of ASCIIZ-string(may be don't need?)
82
        mov     [eax], byte 0          ; end of ASCIIZ-string(may be don't need?)
Line 83... Line 83...
83
 
83
 
84
        push    od
84
        push    od
-
 
85
        call    [opendialog_start]
-
 
86
        cmp     [od.status], 1
Line 85... Line 87...
85
        call    [opendialog_start]
87
        jne     .fail
86
 
88
 
Line 87... Line 89...
87
        popad
89
        popad
88
        mov     eax, [od.openfile_path]; selected filePath
90
        mov     eax, [od.openfile_path]; selected filePath
-
 
91
 
89
 
92
        ret
90
        ret
93
.fail:
Line 91... Line 94...
91
.fail:
94
        popad
92
        xor     eax, eax
95
        xor     eax, eax