fprintf( m_pstream, "(" );
const wxWX2MBbuf textbuf = text.mb_str();
fprintf( m_pstream, "(" );
const wxWX2MBbuf textbuf = text.mb_str();
for (i = 0; i < 100; i++)
if (buffer[i] == ',') buffer[i] = '.';
fprintf(m_pstream, buffer);
fprintf( m_pstream, "(" );
const wxWX2MBbuf textbuf = text.mb_str();
for (i = 0; i < 100; i++)
if (buffer[i] == ',') buffer[i] = '.';
fprintf(m_pstream, buffer);
fprintf( m_pstream, "(" );
const wxWX2MBbuf textbuf = text.mb_str();
- afmFile = fopen() may fail and in that case the next if branch
MUST be executed - and it would not if there was "else" */
{
- afmFile = fopen() may fail and in that case the next if branch
MUST be executed - and it would not if there was "else" */
{