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

fix obvious coding error from yesterday's fix

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5369 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent b4f4e230
Branches
Tags
No related merge requests found
......@@ -608,7 +608,7 @@ static void strip_coloring(char *str)
{
char *src, *dest, *end;
if (!src)
if (!str)
return;
/* find the first potential escape sequence in the string */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment