mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
bigchars moved to common/
This commit is contained in:
@@ -721,7 +721,8 @@ void do_bigsay(COMMAND_ARGS)
|
||||
if (fontname && *rest != '-')
|
||||
goto reuse_font;
|
||||
|
||||
stringcpy(output,BIGSAY_DEFAULTFONT);
|
||||
stringcpy(output,COMMONDIR);
|
||||
stringcat(stringcpy(output,COMMONDIR),BIGSAY_DEFAULTFONT);
|
||||
|
||||
if (rest[0] == '-')
|
||||
{
|
||||
@@ -731,7 +732,7 @@ void do_bigsay(COMMAND_ARGS)
|
||||
else
|
||||
if (STRCHR(temp,'/') == NULL) /* no filesystem perversions... */
|
||||
{
|
||||
stringcat(stringcpy(output,temp+1),".bigchars"); /* temp+1 = skip initial '-' */
|
||||
stringcat(stringcat(stringcpy(output,COMMONDIR),temp+1),".bigchars"); /* temp+1 = skip initial '-' */
|
||||
}
|
||||
}
|
||||
#ifdef DEBUG
|
||||
|
||||
Reference in New Issue
Block a user