소스 검색

SMall changes

Kandrashin Denis 12 년 전
부모
커밋
3e8f36e669
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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));
     }