NO_TERMS bug
From a bug report, a missing check for defined(NO_TERMS) in pcsys.c would result in a link time error.
This commit is contained in:
@@ -408,7 +408,7 @@ void
|
||||
msmsg VA_DECL(const char *, fmt)
|
||||
VA_START(fmt);
|
||||
VA_INIT(fmt, const char *);
|
||||
# if defined(MSDOS)
|
||||
# if defined(MSDOS) && defined(NO_TERMS)
|
||||
if (iflags.grmode)
|
||||
gr_finish();
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user