Skip to content
Snippets Groups Projects
Commit 1a0ceef2 authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

correct accidental logic reversal

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6616 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 3cba7058
No related branches found
No related tags found
No related merge requests found
...@@ -895,7 +895,7 @@ void ast_verbose(const char *fmt, ...) ...@@ -895,7 +895,7 @@ void ast_verbose(const char *fmt, ...)
ast_log(LOG_VERBOSE, "%s", stuff); ast_log(LOG_VERBOSE, "%s", stuff);
if (len) { if (len) {
if (complete) if (!complete)
replacelast = 1; replacelast = 1;
else else
replacelast = len = 0; replacelast = len = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment