diff --git a/bibletime/backend/btstringmgr.cpp b/bibletime/backend/btstringmgr.cpp index ca0ee83..23be250 100644 --- a/bibletime/backend/btstringmgr.cpp +++ b/bibletime/backend/btstringmgr.cpp @@ -54,7 +54,7 @@ bool BTStringMgr::supportsUnicode() const { const bool BTStringMgr::isUtf8(const char *buf) const { int i, n; - register unsigned char c; + unsigned char c; bool gotone = false; #define F 0 /* character never appears in text */