diff options
| author | Evan Lojewski <github@meklort.com> | 2021-06-19 09:48:50 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-19 09:48:50 -0600 |
| commit | f49384858cb9919ef4e2ba1b1988d17bb2a2eb0f (patch) | |
| tree | d045320732f30beed139841a383b3908ba5dd494 /utils | |
| parent | 7d01dd87e833bc5372aaae6c0eb8bc982ac6a419 (diff) | |
| download | bcm5719-ortega-f49384858cb9919ef4e2ba1b1988d17bb2a2eb0f.tar.gz bcm5719-ortega-f49384858cb9919ef4e2ba1b1988d17bb2a2eb0f.zip | |
build: Update files with codacy recommendations. (#228)
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/bin2c/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/bin2c/main.cpp b/utils/bin2c/main.cpp index 0132139..24edb67 100644 --- a/utils/bin2c/main.cpp +++ b/utils/bin2c/main.cpp @@ -66,7 +66,7 @@ string &escape(std::string &str) while (str.find("—") != std::string::npos) { - str.replace(str.find("—"), strlen("—"), "_"); // Replace @'s with _AT_'s. + str.replace(str.find("—"), strlen("—"), "_"); // Replace —'s with _'s. } while (str.find("@") != std::string::npos) |

