jruibarroso
Joined: 07 Jan 2006 Posts: 64 Location: Braga
|
problem with string too long |
Posted: Mon Jun 15, 2009 11:30 am |
|
|
Hi group, I have this annoying problem that I can't handle :
Code: | printf(lcd_putc,"\fTemp.Painel : %4.1w%cC\nTemp.Cilind.: %4.1w%cC\nTemp.Extern.: %4.1w%cC\nOutros valores: %4u%cC",Pain,223,Cil,223,Ext,223,Outr,223); |
After compile, program says " STRING TOO LONG !".
If I remove some characters, then everything ok.
Can everyone help me ? |
|