Index: core/fxcodec/codec/fx_codec_gif.cpp |
diff --git a/core/fxcodec/codec/fx_codec_gif.cpp b/core/fxcodec/codec/fx_codec_gif.cpp |
index b7362ca4b3254596d269747c783312d6b646640f..13576412c2f007398016f88467a6e2e72542f0d3 100644 |
--- a/core/fxcodec/codec/fx_codec_gif.cpp |
+++ b/core/fxcodec/codec/fx_codec_gif.cpp |
@@ -160,7 +160,7 @@ int32_t CCodec_GifModule::LoadFrame(FXGIF_Context* ctx, |
if (size) { |
pAttribute->m_strAuthor = CFX_ByteString(buf, size); |
} else { |
- pAttribute->m_strAuthor.Empty(); |
+ pAttribute->m_strAuthor.clear(); |
} |
buf += size; |
size = *buf++; |