summaryrefslogtreecommitdiffstats
path: root/tapset/context-symbols.stp
diff options
context:
space:
mode:
Diffstat (limited to 'tapset/context-symbols.stp')
-rw-r--r--tapset/context-symbols.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/context-symbols.stp b/tapset/context-symbols.stp
index 38900196..f38c9ec1 100644
--- a/tapset/context-symbols.stp
+++ b/tapset/context-symbols.stp
@@ -56,7 +56,7 @@ function probefunc:string () %{ /* pure */
if (start) {
int len = MAXSTRINGLEN;
char *dst = THIS->__retvalue;
- while (*ptr != '@' && --len > 0 && *ptr)
+ while (*ptr != '@' && *ptr != '"' && --len > 0 && *ptr)
*dst++ = *ptr++;
*dst = 0;