View Single Post
  #1  
Old 08-02-2003, 11:08 AM
mutombo
Sarnak
 
Join Date: Mar 2003
Posts: 30
Default dr2 linux parser.cpp error

zone still wont compile without disabling the line 155:
Code:
char* itoa(int integer) {char tmp[10];return itoa(integer,tmp,10);}
Reply With Quote