Browse Source

SMall changes

Kandrashin Denis 12 năm trước cách đây
mục cha
commit
3e8f36e669
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      source/fb2read.cpp

+ 1 - 0
source/fb2read.cpp

@@ -158,6 +158,7 @@ void FbReadHandler::TextHandler::Init(const QString &name, const QXmlAttributes
         switch (key) {
             case Anchor: { if (atts.localName(i) == "href") name = "href"; break; }
             case Image:  { if (atts.localName(i) == "href") name = "src"; break; }
+            default: ;
         }
         writer().writeAttribute(name, atts.value(i));
     }