commit | 915157880b4a5887d64211c778500dca85b399de | [log] [tgz] |
---|---|---|
author | Avichal Rakesh <arakesh@google.com> | Thu Jan 05 01:51:56 2023 -0800 |
committer | Avichal Rakesh <arakesh@google.com> | Fri Jan 13 02:11:49 2023 +0000 |
tree | 38736ccd70c970a006f9f88bbbfec767e3f08688 | |
parent | 740c256079e7389259e2331a09139bb724c6081f [diff] |
External Camera HAL: Fix prefix length The length calulation for the string "/dev/video" accidentally added one instead of removing one for null terminated string. This CL fixes the misplaced sign to get the correct length. Test: Manually Tested that the length is correct. Change-Id: I3e5d0cd7df20afdb2db61ac0963c5580722d8b24