Skip to content

Rename variables to fix two cppcheck warnings

Alain Laporte requested to merge alainl/kate:fix-two-cppcheck-warnings into master

Warnings:

  • Local variable 'sl' shadows outer variable (CWE-398)
  • Local variable 'd' shadows outer variable (CWE-398)

Merge request reports