]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/rtfutils.cpp
Corrected LINKAGEMODE OS/2 thingy
[wxWidgets.git] / utils / tex2rtf / src / rtfutils.cpp
index dfd45ccde9fe4d74bca8c682f8725df7c4cb78cf..93a6356748757b58b15ecfc967a54a3ef833fd48 100644 (file)
@@ -540,7 +540,7 @@ bool WriteHPJ(char *filename)
   if (thePath.IsEmpty())
     thePath = ".";
   fprintf(fd, "[OPTIONS]\n");
-  fprintf(fd, "BMROOT=%s ; Assume that bitmaps are where the source is\n", thePath);
+  fprintf(fd, "BMROOT=%s ; Assume that bitmaps are where the source is\n", thePath.c_str());
   fprintf(fd, "TITLE=%s\n", helpTitle);
   fprintf(fd, "CONTENTS=Contents\n");