Login
User Name:

Password:



Register

Forgot your password?
do_owhere recursive
Author: Khonsu
Submitted by: Khonsu
Changes list / Addchange
Author: Khonsu
Submitted by: Khonsu
6Dragons mp3 sound pack
Author: Vladaar
Submitted by: Vladaar
AFKMud 2.2.3
Author: AFKMud Team
Submitted by: Samson
SWFOTEFUSS 1.5
Author: Various
Submitted by: Samson
Users Online
AhrefsBot, Yandex, DotBot, Bing, Google

Members: 0
Guests: 30
Stats
Files
Topics
Posts
Members
Newest Member
489
3,791
19,644
596
Elwood

Today's Birthdays
There are no member birthdays today.
» SmaugMuds » Codebases » SmaugFUSS » Site String
Forum Rules | Mark all | Recent Posts

Site String
< Newer Topic :: Older Topic > save.cpp

Pages:<< prev 1 next >>
Post is unread #1 May 26, 2011 9:55 pm   
Go to the top of the page
Go to the bottom of the page

Banner
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?

Post is unread #2 May 26, 2011 11:24 pm   
Go to the top of the page
Go to the bottom of the page

Zeno
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).

Post is unread #3 May 27, 2011 1:36 am   
Go to the top of the page
Go to the bottom of the page

Samson
Black Hand
GroupAdministrators
Posts3,685
JoinedJan 1, 2002

 
Exactly. fread_word, fread_line, fread_to_eol and a couple of others use \n as a delimiter.

Post is unread #4 May 27, 2011 6:20 pm   
Go to the top of the page
Go to the bottom of the page

dbna2
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 (ÿ)

Pages:<< prev 1 next >>