forked from Imagelibrary/binutils-gdb
2008-01-24 Michael Snyder <msnyder@specifix.com>
* procfs.c (procfs_xfer_partial): Comment, cut/paste error. * win32-nat.c (win32_xfer_partial): Ditto. * target.c (default_xfer_partial): Minor whitespace adjustment.
This commit is contained in:
@@ -1330,8 +1330,8 @@ default_xfer_partial (struct target_ops *ops, enum target_object object,
|
||||
do_cleanups (cleanup);
|
||||
}
|
||||
if (readbuf != NULL)
|
||||
xfered = ops->deprecated_xfer_memory (offset, readbuf, len, 0/*read*/,
|
||||
NULL, ops);
|
||||
xfered = ops->deprecated_xfer_memory (offset, readbuf, len,
|
||||
0/*read*/, NULL, ops);
|
||||
if (xfered > 0)
|
||||
return xfered;
|
||||
else if (xfered == 0 && errno == 0)
|
||||
|
||||
Reference in New Issue
Block a user