mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
tor_assert had a misleading comment
svn:r5338
This commit is contained in:
parent
6dafca62f0
commit
c68cadc0c8
@ -44,7 +44,7 @@
|
|||||||
_SHORT_FILE_, __LINE__, __FUNCTION__, #expr); \
|
_SHORT_FILE_, __LINE__, __FUNCTION__, #expr); \
|
||||||
fprintf(stderr,"%s:%d %s: Assertion %s failed; aborting.\n", \
|
fprintf(stderr,"%s:%d %s: Assertion %s failed; aborting.\n", \
|
||||||
_SHORT_FILE_, __LINE__, __FUNCTION__, #expr); \
|
_SHORT_FILE_, __LINE__, __FUNCTION__, #expr); \
|
||||||
abort(); /* unreached */ \
|
abort(); \
|
||||||
} } while (0)
|
} } while (0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user