K 10 svn:author V 3 dim K 8 svn:date V 27 2012-01-01T19:05:15.427237Z K 7 svn:log V 274 MFC r228627: In contrib/ee/ee.c, fix a few warnings about format strings not being literals. Also, change the direction argument to move_rel() from char to int; K&R function definions cause it to be promoted to an int anyway, and this way we avoid clang warning about it. END