summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ver.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ver.c b/src/ver.c
index 1750047..5482f87 100644
--- a/src/ver.c
+++ b/src/ver.c
@@ -125,6 +125,12 @@ static int ver_main(void *ctx, struct apk_database *db, int argc, char **argv)
struct apk_name *name;
int i, j, ret = 0;
+ if (ictx->limchars) {
+ if (strlen(ictx->limchars) == 0)
+ ictx->limchars = NULL;
+ } else {
+ ictx->limchars = "<";
+ }
if (ictx->action != NULL)
return ictx->action(db, argc, argv);