Subversion Repositories Kolibri OS

Rev

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

Rev 4833 Rev 4834
Line 81... Line 81...
81
        cmp     dword[eax + 4], 0               ; text ?
81
        cmp     dword[eax + 4], 0               ; text ?
82
        jne     error_free_clip
82
        jne     error_free_clip
Line 83... Line 83...
83
 
83
 
84
; Save length in [clipboard_data_length]
84
; Save length in [clipboard_data_length]
85
        mov     ecx, dword[eax]
85
        mov     ecx, dword[eax]
86
        sub     ecx, 8
86
        sub     ecx, 12
Line 87... Line 87...
87
        mov     [clipboard_data_length], ecx
87
        mov     [clipboard_data_length], ecx
88
 
88
 
Line 252... Line 252...
252
 
252
 
253
sz_url                  db 'http://paste.kolibrios.org/', 0
253
sz_url                  db 'http://paste.kolibrios.org/', 0
254
sz_set_cookie           db 'set-cookie', 0
254
sz_set_cookie           db 'set-cookie', 0
255
sz_location             db 'location', 0
255
sz_location             db 'location', 0
256
sz_ctype                db 'application/x-www-form-urlencoded', 0
256
sz_ctype                db 'application/x-www-form-urlencoded', 0
Line 257... Line 257...
257
sz_failed               db '"Pasta',13,10,'Paste failed!" -E', 0
257
sz_failed               db '"Pasta!',10,'Paste failed!" -E', 0
258
 
258
 
259
sz_paste_head           db 'code='
259
sz_paste_head           db 'code='
260
.length = $ - sz_paste_head
260
.length = $ - sz_paste_head