From 48dcb0be42e65139fa81150df110d3a4929aeea4 Mon Sep 17 00:00:00 2001 From: Grzegorz Godlewski Date: Sat, 13 May 2023 23:04:21 +0200 Subject: [PATCH] Fix ipptool JSON output --- tools/ipptool.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ipptool.c b/tools/ipptool.c index 58bbe58c59..98f6657fab 100644 --- a/tools/ipptool.c +++ b/tools/ipptool.c @@ -3864,6 +3864,7 @@ print_json_attr( default : /* Out-of-band value */ + cupsFilePrintf(data->outfile, ": null"); break; } } -- 2.47.2