move and update a comment

This commit is contained in:
Albert Cahalan 2004-12-28 18:24:37 +00:00
parent 839f308d60
commit 28862e3311

View file

@ -13939,10 +13939,6 @@ static void parse_options(FILE * fi)
debug(str);
/* Should "lang=" and "locale=" be here as well???
Comments welcome ... bill@newbreedsoftware.com */
/* FIXME: This should be handled better! */
/* (e.g., complain on illegal lines, support comments, blanks, etc.) */
@ -14125,6 +14121,8 @@ static void parse_options(FILE * fi)
{
simple_shapes = 1;
}
// Should "locale=" be here as well???
// Comments welcome ... bill@newbreedsoftware.com
else if (strstr(str, "lang=") == str)
{
set_langstr(str + 5);