summaryrefslogtreecommitdiffstats
path: root/src/rtfgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtfgen.cpp')
-rw-r--r--src/rtfgen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rtfgen.cpp b/src/rtfgen.cpp
index b00fb46..90d6e4c 100644
--- a/src/rtfgen.cpp
+++ b/src/rtfgen.cpp
@@ -1713,7 +1713,7 @@ void RTFGenerator::docify(const char *str)
{
const unsigned char *p=(const unsigned char *)str;
unsigned char c;
- unsigned char pc='\0';
+ //unsigned char pc='\0';
while (*p)
{
//static bool MultiByte = FALSE;
@@ -1746,7 +1746,7 @@ void RTFGenerator::docify(const char *str)
t << (char)c;
}
}
- pc = c;
+ //pc = c;
m_omitParagraph = FALSE;
}
}