Help tag mistach !!!!!
#1

Hi, you can put a trusted furniture system on the mysql version and make such a mistake



https://pastebin.com/wV2gdj56
Reply
#2

Line 36 of the pastebin:

You forgot to remove a brackets

Код:
strcat(strinfo, 200, "%s (%i) - %i Eur\n",baldopavadinimas,baldomodelis,baldasrodomas ));
Correction:

Код:
strcat(strinfo, 200, "%s (%i) - %i Eur\n",baldopavadinimas,baldomodelis,baldasrodomas);
Reply
#3

Quote:
Originally Posted by Ertouq
Посмотреть сообщение
Line 36 of the pastebin:

You forgot to remove a brackets

Код:
strcat(strinfo, 200, "%s (%i) - %i Eur\n",baldopavadinimas,baldomodelis,baldasrodomas ));
Correction:

Код:
strcat(strinfo, 200, "%s (%i) - %i Eur\n",baldopavadinimas,baldomodelis,baldasrodomas);
Thanks

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)