r9389 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r9388
|
r9389
|
r9390
>
Date:
00:43, 11 June 2005
Author:
kateturner
Status:
old
Tags:
Comment:
don't break on platforms that work correctly...
Modified paths:
/trunk/willow/src/lib/wnet/wnet.c
(modified) (
history
)
Diff
[
purge
]
Index: trunk/willow/src/lib/wnet/wnet.c
—
—
@@ -371,7 +371,7 @@
372
372
* number of bytes is returned, but off is _not_ updated. So, we fudge it into working as we
373
373
* expect.
374
374
*/
375
- if (i > 0)
375
+ if (i > 0 && buf->wb_off == origoff)
376
376
buf->wb_off += i;
377
377
#endif
378
378
Status & tagging log
01:56, 13 October 2010
😂
(
talk
|
contribs
)
changed the
status
of r9389
[
removed:
new
added:
old]