Changed some comments.
committer: mfx <mfx> 972865693 +0000
This commit is contained in:
parent
2bccbeb6d1
commit
cb199ddbfa
@ -118,7 +118,7 @@ public:
|
|||||||
|
|
||||||
off_t getBytesWritten() const { return bytes_written; }
|
off_t getBytesWritten() const { return bytes_written; }
|
||||||
|
|
||||||
// FIXME - won't work with `--stdout' option
|
// FIXME - these won't work when using the `--stdout' option
|
||||||
virtual void seek(off_t off, int whence)
|
virtual void seek(off_t off, int whence)
|
||||||
{
|
{
|
||||||
super::seek(off,whence);
|
super::seek(off,whence);
|
||||||
@ -126,7 +126,7 @@ public:
|
|||||||
virtual void rewrite(const void *buf, int len)
|
virtual void rewrite(const void *buf, int len)
|
||||||
{
|
{
|
||||||
write(buf, len);
|
write(buf, len);
|
||||||
bytes_written -= len;
|
bytes_written -= len; // restore
|
||||||
}
|
}
|
||||||
|
|
||||||
// util
|
// util
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user