X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fglog%2Flogging.h.in;h=099e33dd26b6441a505f81166fb310d10c2f82c6;hb=2fe6508e536032b321067a541b6f0a3a54089bc3;hp=d6cc865ab5d54a71dcc1ccb65d6ba99e988ec8fb;hpb=0d8c6340f8c5276e0a67df6712f4249582cd79b3;p=platform%2Fupstream%2Fglog.git diff --git a/src/glog/logging.h.in b/src/glog/logging.h.in index d6cc865..099e33d 100644 --- a/src/glog/logging.h.in +++ b/src/glog/logging.h.in @@ -1113,6 +1113,7 @@ class GOOGLE_GLOG_DLL_DECL LogStreamBuf : public std::streambuf { LogStreamBuf(char *buf, int len) { setp(buf, buf + len - 2); } + // This effectively ignores overflow. virtual int_type overflow(int_type ch) { return ch;