SetLastError( ERROR_LINE_NOT_FOUND );
return FALSE;
}
- if (!index || index >= line->nb_fields)
+ if (!index || index > line->nb_fields)
{
SetLastError( ERROR_INVALID_PARAMETER );
return FALSE;
SetLastError( ERROR_LINE_NOT_FOUND );
return FALSE;
}
- if (!index || index >= line->nb_fields)
+ if (!index || index > line->nb_fields)
{
SetLastError( ERROR_INVALID_PARAMETER );
return FALSE;
SetLastError( ERROR_LINE_NOT_FOUND );
return FALSE;
}
- if (!index || index >= line->nb_fields)
+ if (!index || index > line->nb_fields)
{
SetLastError( ERROR_INVALID_PARAMETER );
return FALSE;