Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Merge pull request #248 from rg1/93a41528
Baptiste Daroussin committed 13 years ago
commit 936e417ed458842edeea3176777245e3ad1c6013
parent 737b7f4
2 files changed +2 -2
modified libpkg/pkg_manifest.c
@@ -693,7 +693,7 @@ pkg_emit_manifest(struct pkg *pkg, char **dest)
		yaml_document_add_scalar(&doc, NULL, __DECONST(yaml_char_t*, key), strlen(key), YAML_PLAIN_SCALAR_STYLE), id); \
	} while (0)

-
	yaml_document_initialize(&doc, NULL, NULL, NULL, 1, 1);
+
	yaml_document_initialize(&doc, NULL, NULL, NULL, 0, 1);
	mapping = yaml_document_add_mapping(&doc, NULL, YAML_BLOCK_MAPPING_STYLE);

	pkg_get(pkg, PKG_NAME, &name, PKG_ORIGIN, &pkgorigin, PKG_COMMENT, &comment,
modified pkg/pkg-query.8
@@ -200,7 +200,7 @@ Additionnal information about the package (type string)
String glob pattern matching
.It Cm > Ns Op =
Integer comparison
-
.It Cm > Ns Op =
+
.It Cm < Ns Op =
Integer comparison
.It Cm = Ns Op =
Integer or string comparison