From 65d92f62fbf590bf8443b1307f2338da14172156 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sat, 30 Dec 2017 09:00:02 -0800 Subject: [PATCH] Fix high-ASCII in source file --- CHANGELOG.md | 1 + include/boost/beast/core/detail/base64.hpp | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d4e081f..0d022df9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ Version 151: * Sanitizer failures are errors * Depend on container_hash +* Fix high-ASCII in source file WebSocket: diff --git a/include/boost/beast/core/detail/base64.hpp b/include/boost/beast/core/detail/base64.hpp index ece03dfa..6cb3f67a 100644 --- a/include/boost/beast/core/detail/base64.hpp +++ b/include/boost/beast/core/detail/base64.hpp @@ -13,7 +13,7 @@ base64.cpp and base64.h - Copyright (C) 2004-2008 René Nyffenegger + Copyright (C) 2004-2008 Rene Nyffenegger This source code is provided 'as-is', without any express or implied warranty. In no event will the author be held liable for any damages @@ -33,7 +33,7 @@ 3. This notice may not be removed or altered from any source distribution. - René Nyffenegger rene.nyffenegger@adp-gmbh.ch + Rene Nyffenegger rene.nyffenegger@adp-gmbh.ch */