Skip to content

JSON_NO_EXTRA_WHITESPACE error #245

@daoiqi

Description

@daoiqi

https://github.com/esnme/ultrajson/blob/master/lib/ultrajsonenc.c#L799

#ifndef JSON_NO_EXTRA_WHITESPACE
          Buffer_AppendCharUnchecked (buffer, ' ');
#endif

it should be

#ifndef JSON_NO_EXTRA_WHITESPACE
          Buffer_AppendCharUnchecked (enc, ' ');
#endif

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions