Changeset - r5485:0606dc26f67f
[Not reviewed]
master
0 1 0
rubidium - 18 years ago 2007-01-02 21:30:33
rubidium@openttd.org
(svn r7769) -Fix (r7759): the strgen -t flag (todo) was set when it shouldn't be set and vice-versa.
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -657,11 +657,11 @@ check_params() {
 
	if [ "$enable_translator" != "0" ]
 
	then
 
		log 1 "checking translator... debug"
 
		strgen_flags=""
 
		# -t shows TODO items, normally they are muted
 
		strgen_flags="-t"
 
	else
 
		log 1 "checking translator... no"
 
		# -t shows TODO items, normally they are muted
 
		strgen_flags="-t"
 
		strgen_flags=""
 
	fi
 

	
 
	if [ "$enable_assert" != "0" ]
0 comments (0 inline, 0 general)