X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fpazpar2.c;h=0d441b20125fb8cd751c8ee869dd5ede5f9c55f9;hb=164c2d7f655059826a900183fa44e76bb8618303;hp=cb0d1625b4cfd3b0e8aba3d1813838ad324c016d;hpb=873be84689528ca10a1ded3dd4bbda24b6916882;p=pazpar2-moved-to-github.git diff --git a/src/pazpar2.c b/src/pazpar2.c index cb0d162..0d441b2 100644 --- a/src/pazpar2.c +++ b/src/pazpar2.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2011 Index Data + Copyright (C) 2006-2012 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -123,7 +123,7 @@ static int sc_main( switch (ret) { case 'd': - global_parameters.dump_records = 1; + global_parameters.dump_records++; break; case 'D': daemon = 1;