View Single Post
TheNewt
Donor
Join Date: Jun 2006
Location: Where I live.
Old 07-06-2006 , 18:02   Re: How not to hard code paths
Reply With Quote #3

Code:
  new configsdir[64];   get_configsdir(g_configsdir, 63);   format(g_file , 83 , "%s/file.cfg" , configsdir);
wouldn't it be get_configsdir(configsdir, 63) not g_configsdir?
__________________
Quote:
toe3_ left the chat room. (G-lined (AUTO Excessive connections from a single host.))
TheNewt is offline