Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
d086c9a7
Commit
d086c9a7
authored
Dec 12, 2009
by
Nick Mathewson
🐻
Browse files
Merge commit 'sebastian/fixes'
parents
9e6225ae
28b29e0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
d086c9a7
...
...
@@ -61,7 +61,8 @@ doxygen:
test
:
all
./src/test/test
# Avoid strlcpy.c, strlcat.c, tree.h
# Avoid strlcpy.c, strlcat.c, aes.c, OpenBSD_malloc_Linux.c, sha256.c,
# eventdns.[hc], tinytest.[ch]
check-spaces
:
./contrib/checkSpace.pl
-C
\
src/common/
*
.h
\
...
...
src/common/util.c
View file @
d086c9a7
...
...
@@ -2450,7 +2450,7 @@ tor_vsscanf(const char *buf, const char *pattern, va_list ap)
* long widths. %u does not consume any space. Is locale-independent.
* Returns -1 on malformed patterns.
*
* (As with other local-independent functions, we need this to parse data that
* (As with other local
e
-independent functions, we need this to parse data that
* is in ASCII without worrying that the C library's locale-handling will make
* miscellaneous characters look like numbers, spaces, and so on.)
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment