Merge lp:~vkolesnikov/pbxt/pbxt-20-build-problem-len-len into lp:pbxt/2.0

Proposed by Vladimir Kolesnikov
Status: Merged
Merged at revision: 925
Proposed branch: lp:~vkolesnikov/pbxt/pbxt-20-build-problem-len-len
Merge into: lp:pbxt/2.0
Diff against target: 12 lines (+1/-1)
1 file modified
src/core/stream_xt.h (+1/-1)
To merge this branch: bzr merge lp:~vkolesnikov/pbxt/pbxt-20-build-problem-len-len
Reviewer Review Type Date Requested Status
PBXT Core Pending
Review via email: mp+42391@code.launchpad.net

Description of the change

a small build problem. see the log...

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/core/stream_xt.h'
2--- src/core/stream_xt.h 2010-03-10 10:19:36 +0000
3+++ src/core/stream_xt.h 2010-12-01 17:16:11 +0000
4@@ -65,7 +65,7 @@
5 * This function blocks until at least min bytes are
6 * returned.
7 */
8- virtual size_t read(char *b, size_t len, size_t len) = 0;
9+ virtual size_t read(char *b, size_t, size_t) = 0;
10
11 /* Reads the next byte of data from the input stream.
12 * Returns -1 if EOF.

Subscribers

People subscribed via source and target branches