From 68d5fd192fee358ad195c32b47333f8f87ae13f2 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Mon, 7 Aug 2000 23:42:40 +0000 Subject: General cleanup: - Corrected some operators of bufferArray - Added more constructors to PsiTime - Added one more fallback for Timezone calculation in PsiTime - Use PsiTime in rfsv - Moved some common methods from rfsv16/32 to rfsv - Added more kdoc comments. - Made interface more robust (added const whereever possible, changed pointer arguments to references) --- lib/log.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/log.h') diff --git a/lib/log.h b/lib/log.h index 7a6528d..708631f 100644 --- a/lib/log.h +++ b/lib/log.h @@ -38,7 +38,7 @@ class logbuf : public streambuf { logbuf(int level); /** - * @internal Called by the associated + * Called by the associated * ostream to write a character. * Stores the character in a buffer * and calls syslog(level, buffer) @@ -56,7 +56,7 @@ class logbuf : public streambuf { /** * Current length of buffer. */ - int len; + unsigned int len; /** * The log level to use with syslog. -- cgit v1.2.3