Skip to content

FloatEncoder problem #25

@NWoodruff

Description

@NWoodruff

line 21 of FloatEncoder.cs is...
text.Substring(0, field.Length);

it needs to be...
text = text.Substring(0,field.Length);

Line 21 is not assigning the substring to anything.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions