move and update a comment
This commit is contained in:
parent
839f308d60
commit
28862e3311
1 changed files with 2 additions and 4 deletions
|
|
@ -13939,10 +13939,6 @@ static void parse_options(FILE * fi)
|
||||||
debug(str);
|
debug(str);
|
||||||
|
|
||||||
|
|
||||||
/* Should "lang=" and "locale=" be here as well???
|
|
||||||
Comments welcome ... bill@newbreedsoftware.com */
|
|
||||||
|
|
||||||
|
|
||||||
/* FIXME: This should be handled better! */
|
/* FIXME: This should be handled better! */
|
||||||
/* (e.g., complain on illegal lines, support comments, blanks, etc.) */
|
/* (e.g., complain on illegal lines, support comments, blanks, etc.) */
|
||||||
|
|
||||||
|
|
@ -14125,6 +14121,8 @@ static void parse_options(FILE * fi)
|
||||||
{
|
{
|
||||||
simple_shapes = 1;
|
simple_shapes = 1;
|
||||||
}
|
}
|
||||||
|
// Should "locale=" be here as well???
|
||||||
|
// Comments welcome ... bill@newbreedsoftware.com
|
||||||
else if (strstr(str, "lang=") == str)
|
else if (strstr(str, "lang=") == str)
|
||||||
{
|
{
|
||||||
set_langstr(str + 5);
|
set_langstr(str + 5);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue