From 07bffd8cd6c89bc2e55124ef424b297834889753 Mon Sep 17 00:00:00 2001 From: Jan Willamowius <jan@willamowius.de> Date: 周日, 21 4月 2019 23:56:48 +0800 Subject: [PATCH] don't write beyond buffer --- src/library/base/EventRegistry.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/library/base/EventRegistry.h b/src/library/base/EventRegistry.h index 310a430..d86ea77 100644 --- a/src/library/base/EventRegistry.h +++ b/src/library/base/EventRegistry.h @@ -2,7 +2,7 @@ * EventRegistry.h * * Created on: Mar 30, 2014 - * Author: devel + * */ #ifndef EVENTREGISTRY_H_ -- Gitblit v1.9.1