commit | 72edd42d693a8bc2a922c963df1aefc8b8918a8a | [log] [tgz] |
---|---|---|
author | NBruderman <nbruderman@gmail.com> | Mon Jun 08 15:54:55 2015 +0300 |
committer | Nir Bruderman <nbruderman@gmail.com> | Mon Jun 08 12:57:53 2015 +0000 |
tree | ec280fb8e2aaeb914142a57a7a8420188e06e173 | |
parent | f7a63e5be906f61073c2b142d5e927fd40aadb13 [diff] |
libril: Fix element count This lines should drop every 5th element (#5,#10,#15,...). At the moment it is dropping elements #6, #11, #16, as it start from 0 and the list start from 1. So let's match it up. Thanks to Tobias Heinemann for the idea. Change-Id: Idc2904040119716e666ea0fe320cde1d45869ee5