WP2LaTeX sources.
Revision | 2b8fcc2435300881cde518ef92882a04e46f59ab (tree) |
---|---|
Zeit | 2022-12-07 10:28:08 |
Autor | Fojtik |
Commiter | Fojtik |
Problem with debug build compillation fixed.
@@ -21,7 +21,7 @@ | ||
21 | 21 | #include "images/img_futi.h" |
22 | 22 | |
23 | 23 | |
24 | -#define T602Version "0.05" | |
24 | +#define T602Version "0.06" | |
25 | 25 | |
26 | 26 | |
27 | 27 | class TconvertedPass1_602: public TconvertedPass1 |
@@ -71,7 +71,7 @@ | ||
71 | 71 | void TconvertedPass1_602::ChangeEncoding(void) |
72 | 72 | { |
73 | 73 | #ifdef DEBUG |
74 | - fprintf(cq->log,"\n#ChangeEncoding() ");fflush(cq->log); | |
74 | + fprintf(log,"\n#ChangeEncoding() ");fflush(log); | |
75 | 75 | #endif |
76 | 76 | long value; |
77 | 77 | string translator; |