libgis: Rename ap_copy to aq for G_aprintf#3651
Conversation
echoix
left a comment
There was a problem hiding this comment.
If there is no mentions in docs to adjust (assuming it's in the private part of the library), shouldn't be a problem.
|
But what does aq mean? Is it a convention? |
|
|
And |
I think "argument pointer"? |
|
Maybe aq isn't as descriptive then, since it isn't just an loop variable, but had a meaning (that variable had to be copied as we saw from the vasprintf bug that #3650 would fix) |
I think it became kind of a convention because it's from the man page of |
You convinced me easily! |
This PR simply renames
ap_copytoaq. I just like this name better from theva_copyman page ;-).