Commit 9c8560ea authored by Claes Sjofors's avatar Claes Sjofors

Bugfix in parsing of pwrp_alias.dat

parent e2217441
......@@ -196,6 +196,8 @@ ini_SetAttribute (
sts = ini_datafile_get_next( codeword, (char **)&data_ptr, &elements);
if ( EVEN(sts)) break;
if ( elements == 3 && strcmp( data_ptr[2], "") == 0)
elements = 2;
if ( elements != 2)
{
if ( elements > 2)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment