- Notifications
You must be signed in to change notification settings - Fork395
Traducido c-api/arg#433
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
#: ../Doc/c-api/arg.rst:49 | ||
msgid "Unless otherwise stated, buffers are not NUL-terminated." | ||
msgstr "" | ||
"A menos que se indique lo contrario, los búferes no son terminados en NULL " | ||
"(*NUL-terminated*)." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Creo que es un typo. NULL-terminated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Yo pensé lo mismo cuando comencé a verlos, pero cuando comencé a buscar, me di cuenta que ambos eran aceptados:https://en.wikipedia.org/wiki/Null-terminated_string No tengo problema en cambiarlos, pero como es también válido, los dejé
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Entendido. Lo dejamos como está entonces 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
👌
Tuve que agregar un par de palabras como "encoding", "char", y otras, porque habían secciones de código con esos nombres de variables y tipos, que no estaban dentro de
comillas