From a0d48b01861f3745455c731078bc2b15187b1050 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Thu, 25 Jan 2007 10:43:02 +0000 Subject: Removed USE_NEW_RANDOM, USE_MACROS. Removed DOS_TERM, PLAIN_TERM special casery - all platforms get PLAIN_TERM. Better end-of-greedy-explore reporting for items on traps (Erik). Cleaned up find_travel_pos - moved guts of travel pathfinding to travel_pathfind class. Miscellaneous other stuff. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@882 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/libunix.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/libunix.cc') diff --git a/crawl-ref/source/libunix.cc b/crawl-ref/source/libunix.cc index e58c4f5bf2..14c6044517 100644 --- a/crawl-ref/source/libunix.cc +++ b/crawl-ref/source/libunix.cc @@ -494,7 +494,7 @@ int clrscr() #ifndef DGAMELAUNCH refresh(); #else - printf(DGL_CLEAR_SCREEN); + printf("%s", DGL_CLEAR_SCREEN); fflush(stdout); #endif return (retval); -- cgit v1.2.3-54-g00ecf