winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 1626fcab275e33eda2481ba50925b35e0b41266d
parent dd840a8559fe5456ec537082d5552a81b333aa9b
Author: Marc <phrocker@apache.org>
Date:   Tue,  7 Jul 2020 19:34:36 -0400

Remove phrase (#295)


Diffstat:
Msrc/YamlCppLib/yaml-cpp/src/scanscalar.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/YamlCppLib/yaml-cpp/src/scanscalar.cpp b/src/YamlCppLib/yaml-cpp/src/scanscalar.cpp @@ -73,7 +73,7 @@ std::string ScanScalar(Stream& INPUT, ScanScalarParams& params) { continue; } - // otherwise, just add the damn character + // otherwise, just add the character char ch = INPUT.get(); scalar += ch; if (ch != ' ' && ch != '\t') {