I'm continuting to dabble in the code of ROM 2.4b6...  And as I recently
tried to install Lope's color patch, I got a few minor failures...

I was about to patch the two fails by hand, when I realized...  I dunno what
to patch in...
So, I'll ask.

***************
*** 300,306 ****
REMOVE_BIT(ch->comm,COMM_NOAUCTION);
}
- sprintf( buf, "You auction '%s'\n\r", argument );
send_to_char( buf, ch );
for ( d = descriptor_list; d != NULL; d = d->next )
{
--- 300,306 ----
REMOVE_BIT(ch->comm,COMM_NOAUCTION);
}
+ sprintf( buf, "{aYou auction '{A%s{a'{x\n\r", argument );
send_to_char( buf, ch );
for ( d = descriptor_list; d != NULL; d = d->next )
{

The only difference is of course the sprintf line...  so, should I just
throw the patch line in and hope it doesn't crash the whole thing? or is
there a reason that this failed to patch?

Excuse my newbieness and thanks for any who spend the time to help.

~Tandon


Reply via email to