mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 14:40:51 +01:00
r6993@Kushana: nickm | 2006-07-31 16:19:21 -0400
Interesting how much a ! can change the behavior of an assert. svn:r6962
This commit is contained in:
parent
b9082682fd
commit
80282d8f55
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ int
|
|||
tor_strisnonupper(const char *s)
|
||||
{
|
||||
while (*s) {
|
||||
if (! TOR_ISUPPER(*s))
|
||||
if (TOR_ISUPPER(*s))
|
||||
return 0;
|
||||
s++;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue