X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zoom%2Fzoomsh.c;h=3bd5fe4f39510efe91236c6b94ec4c3ecc52d079;hb=203f271d166bc46eef6b0e2e08b75611b1580048;hp=16683670685c71318c4f26881c56e56808d79dc9;hpb=f9747584f933039d25a9ba450f362d61733d14ea;p=yaz-moved-to-github.git diff --git a/zoom/zoomsh.c b/zoom/zoomsh.c index 1668367..3bd5fe4 100644 --- a/zoom/zoomsh.c +++ b/zoom/zoomsh.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: zoomsh.c,v 1.49 2007-09-08 06:17:45 adam Exp $ + * $Id: zoomsh.c,v 1.50 2007-09-11 15:16:20 adam Exp $ */ /** \file zoomsh.c @@ -192,7 +192,7 @@ static void display_records(ZOOM_connection c, int error = ZOOM_record_error(rec, &msg, &addinfo, &diagset); printf("%d %s: %s (%s:%d) %s\n", pos, (db ? db : "unknown"), - msg, diagset, error, addinfo); + msg, diagset, error, addinfo ? addinfo : "none"); } else {