mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-09-07 15:51:27 +00:00
[common] fixed improper comment parsing, fixes #233
This commit is contained in:
@@ -382,6 +382,7 @@ bool option_load(const char * filename)
|
|||||||
{
|
{
|
||||||
if (comment && c != '\n')
|
if (comment && c != '\n')
|
||||||
continue;
|
continue;
|
||||||
|
comment = false;
|
||||||
|
|
||||||
switch(c)
|
switch(c)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user