[libcamera-devel] [PATCH 0/3] Remove redundant calls to std::string::c_str()

Marvin Schmidt marvin.schmidt1987 at gmail.com
Mon Aug 29 20:58:46 CEST 2022


This is just a small series fixing three locations where std::string::c_str() is
used in a function call taking a std::string argument

Marvin Schmidt (3):
  test: camera: Remove redundant call of std::string::c_str()
  ipa: ipu3: Remove redundant call of std::string::c_str()
  ipa: rkisp1: Remove redundant call of std::string::c_str()

 src/ipa/ipu3/ipu3.cpp              | 2 +-
 src/ipa/rkisp1/rkisp1.cpp          | 2 +-
 test/camera/camera_reconfigure.cpp | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.37.2



More information about the libcamera-devel mailing list