Pages:<< prev 1 next >>
Magician

GroupMembers
Posts169
JoinedNov 29, 2005
if( ch->desc && ch->desc->host ) fprintf( fp, "Site %s\n", ch->desc->host ); else fprintf( fp, "Site (Link-Dead)\n" );
Shouldn't there be tilde(~) characters after those two lines?
Sorcerer

GroupMembers
Posts723
JoinedMar 5, 2005
I don't think so. It's read in via fread_word or fread_to_eol (end of line).
Black Hand

GroupAdministrators
Posts3,708
JoinedJan 1, 2002
Exactly. fread_word, fread_line, fread_to_eol and a couple of others use \n as a delimiter.
Sorcerer

GroupMembers
Posts600
JoinedDec 3, 2008
I actually noticed something like this in one of the snippets hosted here.
The liquid system replacement.
it works, but on boot it gives this message even though everything is installed correctly, and Everything works right. The mixtable.dat (I think thats what its called off the top of my head) is set up right, I even ended up deleting all of the mixtures made, and recreated them with the command on the mud, and still the same error message haunts me. But since it wasn't doing anything, but causing my bootup log to be ugly I have been ignoring it. But for some reason this post reminded me.
Fri May 27 9:20:04PM 2011 :: Loading mixtures
Fri May 27 9:20:04PM 2011 :: [*****] BUG: load_mixtures(): # not found (ÿ)
The liquid system replacement.
it works, but on boot it gives this message even though everything is installed correctly, and Everything works right. The mixtable.dat (I think thats what its called off the top of my head) is set up right, I even ended up deleting all of the mixtures made, and recreated them with the command on the mud, and still the same error message haunts me. But since it wasn't doing anything, but causing my bootup log to be ugly I have been ignoring it. But for some reason this post reminded me.
Fri May 27 9:20:04PM 2011 :: Loading mixtures
Fri May 27 9:20:04PM 2011 :: [*****] BUG: load_mixtures(): # not found (ÿ)
Pages:<< prev 1 next >>