|
memset arg ordering.: msg#00471emulators.xen.cvs
ChangeSet 1.1404, 2005/03/31 09:04:56+01:00, kaf24@xxxxxxxxxxxxxxxxxxxx memset arg ordering. harddrv.cc | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/tools/ioemu/iodev/harddrv.cc b/tools/ioemu/iodev/harddrv.cc --- a/tools/ioemu/iodev/harddrv.cc 2005-03-31 04:05:22 -05:00 +++ b/tools/ioemu/iodev/harddrv.cc 2005-03-31 04:05:22 -05:00 @@ -3666,7 +3666,7 @@ } else { - memset(buf, read_size, 0); + memset(buf, 0, read_size); } } else |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Merge firebug.cl.cam.ac.uk:/local/scratch/kaf24/xen-2.0-testing.bk: 00471, BitKeeper Bot |
|---|---|
| Next by Date: | Patch from Jens Axboe to synchronously flush block requests from our: 00471, BitKeeper Bot |
| Previous by Thread: | Fix memset arg ordering.i: 00471, BitKeeper Bot |
| Next by Thread: | Patch from Jens Axboe to synchronously flush block requests from our: 00471, BitKeeper Bot |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |