X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aed0ed3c420d6821e81ca6243482e620c4aeeffd..531dfa446cff548a21de97da9b4f9b29f1605ace:/utils/tex2rtf/src/rtfutils.cpp diff --git a/utils/tex2rtf/src/rtfutils.cpp b/utils/tex2rtf/src/rtfutils.cpp index dfd45ccde9..93a6356748 100644 --- a/utils/tex2rtf/src/rtfutils.cpp +++ b/utils/tex2rtf/src/rtfutils.cpp @@ -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");