Skip to content

correct order of parameters in functions #36

@bert

Description

@bert

The order of passed parameters should reflect (source --> destination) flow:

Example:
int dxf_ray_write (DxfFile *fp, DxfRay *ray);
should become:
int dxf_ray_write (DxfRay *ray, DxfFile *fp);

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions