[Libreoffice-commits] libcdr.git: src/lib

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Feb 6 10:29:25 UTC 2020


 src/lib/CDRParser.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ace7b9c22c91c9f3b89af5f09dd25e5ac1254bb3
Author:     Fridrich Štrba <fridrich.strba at bluewin.ch>
AuthorDate: Thu Feb 6 11:29:02 2020 +0100
Commit:     Fridrich Štrba <fridrich.strba at bluewin.ch>
CommitDate: Thu Feb 6 11:29:02 2020 +0100

    Typo in debug output
    
    Change-Id: Ia7762b1946ba50d71a4d53bbcffb963701d3b320

diff --git a/src/lib/CDRParser.cpp b/src/lib/CDRParser.cpp
index e57fb67..e27357d 100644
--- a/src/lib/CDRParser.cpp
+++ b/src/lib/CDRParser.cpp
@@ -1166,7 +1166,7 @@ libcdr::CDRColor libcdr::CDRParser::readColor(librevenge::RVNGInputStream *input
     colorValue = readU32(input);
   }
 
-  CDR_DEBUG_MSG(("CDRParser::redColor --> colorModel 0x%x -- colorValue 0x%x\n", colorModel, colorValue));
+  CDR_DEBUG_MSG(("CDRParser::readColor --> colorModel 0x%x -- colorValue 0x%x\n", colorModel, colorValue));
 
   return libcdr::CDRColor(colorModel, colorValue);
 }


More information about the Libreoffice-commits mailing list