Quote Originally Posted by Lesiok View Post
Qt Code:
  1. char miesiac[7];
  2. strcpy_s(miesiac,sizeof(miesiac),bazaDBF.mid(1,6).toLocal8Bit().data());
To copy to clipboard, switch view to plain text mode 
Doesn't this leave the last character uninitialized? What does KonwertBJM::robKonwersje() do? Why does it take char* and not QString in the first place?