]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix ipptool JSON output 695/head
authorGrzegorz Godlewski <gg@gitgis.com>
Sat, 13 May 2023 21:04:21 +0000 (23:04 +0200)
committerGrzegorz Godlewski <gg@gitgis.com>
Sat, 13 May 2023 21:04:21 +0000 (23:04 +0200)
tools/ipptool.c

index 58bbe58c59d15e63e15118dccac45f81b6b0d9c3..98f6657fab26e713042036b21391495370aac1ed 100644 (file)
@@ -3864,6 +3864,7 @@ print_json_attr(
 
     default :
         /* Out-of-band value */
+       cupsFilePrintf(data->outfile, ": null");
        break;
   }
 }