strcat hatası

Başlatan piedos, 28 Temmuz 2009, 01:41:58

piedos

void error(char * str, unsigned option){
   static char buffer[100];
   
if(option){
   strcat(buffer, ";");
   strcat(buffer, str);
   strcat(buffer, ";file:");
   strcat(buffer, __FILE__);
}   
return;
   
}



Attemp to create a pointer to a constant hatası veriyor CCS

bunun üstesinden nasıl gelinir, CCS ";" ü constant olarak algılıyor ve rom datasını rame aktarmıyor
Einstein: "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former."