[Pcre-svn] [1355] code/trunk/pcregrep.c: Fix small z/OS bug.

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [1355] code/trunk/pcregrep.c: Fix small z/OS bug.
Revision: 1355
          http://vcs.pcre.org/viewvc?view=rev&revision=1355
Author:   ph10
Date:     2013-08-13 18:34:02 +0100 (Tue, 13 Aug 2013)


Log Message:
-----------
Fix small z/OS bug.

Modified Paths:
--------------
    code/trunk/pcregrep.c


Modified: code/trunk/pcregrep.c
===================================================================
--- code/trunk/pcregrep.c    2013-08-12 14:31:07 UTC (rev 1354)
+++ code/trunk/pcregrep.c    2013-08-13 17:34:02 UTC (rev 1355)
@@ -2153,7 +2153,7 @@


 if (zos_type == __ZOS_PDS || zos_type == __ZOS_PDSE)
    {
-   rc = travelonpdsdir (pathname, only_one_at_top);
+   return travelonpdsdir (pathname, only_one_at_top);
    }


/* Deal with regular files in the normal way below. These types are: