summaryrefslogtreecommitdiff
path: root/.gdbinit
diff options
context:
space:
mode:
Diffstat (limited to '.gdbinit')
-rw-r--r--.gdbinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gdbinit b/.gdbinit
index 1988dea29e..f748b05e2f 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -142,7 +142,7 @@ define dump_bucket_ex
print_bkt_datacol "rc" "n/%c" 'a' $sh
else
- if ($bucket->type == &ap_bucket_type_error)
+ if ($_streq($bucket->type->name, "ERROR"))
# metadata bucket, no content but it does have an error code in it
print_bkt_datacol "contents" "%c" ' ' $sh