From 190977157bbb7118a9416614d5e9492114bc2fc5 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 26 Feb 2015 13:50:01 -0800 Subject: This read accidentally got turned in to a write. Too many mechanical changes in a row... Bug: 19522788 Change-Id: Ic451792aab2700cdbdbb64529b99ff5f567918ad --- minadbd/fuse_adb_provider.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minadbd/fuse_adb_provider.c b/minadbd/fuse_adb_provider.c index 300e3c748..0d710727d 100644 --- a/minadbd/fuse_adb_provider.c +++ b/minadbd/fuse_adb_provider.c @@ -42,7 +42,7 @@ static int read_block_adb(void* cookie, uint32_t block, uint8_t* buffer, uint32_ return -EIO; } - if (!WriteFdExactly(ad->sfd, buffer, fetch_size)) { + if (!ReadFdExactly(ad->sfd, buffer, fetch_size)) { fprintf(stderr, "failed to read from adb host: %s\n", strerror(errno)); return -EIO; } -- cgit v1.2.3