Subversion Repositories Kolibri OS

Rev

Rev 9057 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9057 Rev 9186
Line 8... Line 8...
8
    k.p04 = offset;
8
    k.p04 = offset;
9
    k.p12 = count;
9
    k.p12 = count;
10
    k.cbuf16 = buff;
10
    k.cbuf16 = buff;
11
    k.p20 = 0;
11
    k.p20 = 0;
12
    k.p21 = path;
12
    k.p21 = path;
13
    int status;
-
 
14
    unsigned bytes_written_v;
-
 
15
    FS_Service(&k, &bytes_written_v);
13
    return FS_Service(&k, writes);
16
    if (!status){
-
 
17
        *writes = bytes_written_v;
-
 
18
    }
-
 
19
    return status;
-
 
20
}
14
}