Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lwprint: Avoid using snprintf #539

Closed
wants to merge 1 commit into from

Conversation

Algunenano
Copy link
Member

It can be simplified with simple pointer writes

Looking at the disassembly I noticed the call to snprintf which we don't really want to keep.

Related to https://trac.osgeo.org/postgis/ticket/4543

It can be simplified with simple pointer writes
@pramsey
Copy link
Member

pramsey commented Jan 24, 2020

👍

@strk strk closed this in 0752db5 Jan 27, 2020
@Algunenano Algunenano deleted the print_double_v2 branch January 27, 2020 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants