-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib/: Use snprintf_() where appropriate
And where we don't need snprintf_(), remove the cast to (void), since using snprintf(3) and not one of its wrappers necessarily means that the return value is ignored. By this, I'm not claiming that those calls to snprintf(3) without error handling are correct; it's just that I'm not sure, so I leave them alone. Signed-off-by: Alejandro Colomar <[email protected]>
- Loading branch information
1 parent
233370e
commit cdba035
Showing
2 changed files
with
6 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters