Skip to content

Commit d507a68

Browse files
committed
patch 8.0.0808: cannot build with terminal feature and DEBUG defined
Problem: Cannot build with terminal feature and DEBUG defined. (Christian Brabandt) Solution: Use DEBUG_LOG3().
1 parent 6e1ef28 commit d507a68

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/libvterm/src/pen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ static void setpenattr(VTermState *state, VTermAttr attr, VTermValueType type UN
106106
{
107107
#ifdef DEBUG
108108
if(type != vterm_get_attr_type(attr)) {
109-
DEBUG_LOG("Cannot set attr %d as it has type %d, not type %d\n",
109+
DEBUG_LOG3("Cannot set attr %d as it has type %d, not type %d\n",
110110
attr, vterm_get_attr_type(attr), type);
111111
return;
112112
}

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,8 @@ static char *(features[]) =
769769

770770
static int included_patches[] =
771771
{ /* Add new patch number below this line */
772+
/**/
773+
808,
772774
/**/
773775
807,
774776
/**/

0 commit comments

Comments
 (0)