Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
fmela
on Feb 6, 2014
|
parent
|
context
|
favorite
| on:
Simple Dynamic Strings library for C
I think you meant "va_end(ap);".
Created a pull request for you:
https://github.com/antirez/sds/pull/8
numeromancer
on Feb 6, 2014
[–]
No, I'm pretty sure that `va_end(cpy)` is correct. `ap` is the `va_list` passed into the function. `cpy` is the local copy.
fmela
on Feb 17, 2014
|
parent
[–]
You're right. Fixed.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Created a pull request for you: https://github.com/antirez/sds/pull/8