https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r85356 | tilghman | 2007-10-10 23:35:33 -0500 (Wed, 10 Oct 2007) | 2 lines
A dollar sign by itself, not indicating a start of a variable or expression prematurely ends substitution (closes issue #10939)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@85357
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
nextexp = nextthing;
pos = nextexp - whereweare;
break;
+ default:
+ pos = 1;
}
}
count -= length;
cp2 += length;
}
- } else
- break;
+ }
}
}