View Single Post
  #1  
Old 02-13-2002, 02:20 PM
misanthropicfnd
Fire Beetle
 
Join Date: Feb 2002
Posts: 19
Default

Here's a potential fix:

Modify world/net.cpp line 326 to read:

if (fscanf (f, "%[^=]=%[^\r\n]\n", type, buf) == 2)


It turns out vim was concealing carriage returns in the file I was using for testing. Darn end of line characters...
Reply With Quote