From 00682d87a1a1c0535c0fa5adb27867578dc76d49 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 25 Aug 2016 22:10:58 +0300 Subject: New POSIX rules for string comparison. --- debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug.c') diff --git a/debug.c b/debug.c index f4640adb..9f2d948b 100644 --- a/debug.c +++ b/debug.c @@ -1670,7 +1670,7 @@ cmp_val(struct list_item *w, NODE *old, NODE *new) if (new->type == Node_var_array) /* 5 */ return true; - return cmp_nodes(old, new); /* 4 */ + return cmp_nodes(old, new, true); /* 4 */ } /* watchpoint_triggered --- check if we should stop at this watchpoint; -- cgit v1.2.3