Remove loop macro from util.h
[novacoin.git] / src / db.cpp
index a277508..31abe1d 100644 (file)
@@ -837,7 +837,7 @@ bool CTxDB::LoadBlockIndexGuts()
 
     // Load mapBlockIndex
     unsigned int fFlags = DB_SET_RANGE;
-    loop
+    while (true)
     {
         // Read next record
         CDataStream ssKey(SER_DISK, CLIENT_VERSION);