RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/perl/ RPM_Header.xs

From: Anders F. Björklund <afb@rpm5.org>
Date: Sun 09 Sep 2007 - 11:01:53 CEST
Message-Id: <20070909090153.C426D348459@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Anders F. Björklund
  Root:   /v/rpm/cvs                       Email:  afb@rpm5.org
  Module: rpm                              Date:   09-Sep-2007 11:01:53
  Branch: HEAD                             Handle: 2007090910015300

  Modified files:
    rpm/perl                RPM_Header.xs

  Log:
    new optional parameter to headerUnload

  Summary:
    Revision    Changes     Path
    1.6         +1  -1      rpm/perl/RPM_Header.xs
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/perl/RPM_Header.xs
  ============================================================================
  $ cvs diff -u -r1.5 -r1.6 RPM_Header.xs
  --- rpm/perl/RPM_Header.xs	7 Aug 2007 14:11:59 -0000	1.5
  +++ rpm/perl/RPM_Header.xs	9 Sep 2007 09:01:53 -0000	1.6
  @@ -186,7 +186,7 @@
       int hsize = 0;
       PPCODE:
       hsize = headerSizeof(h);
  -    string = headerUnload(h);
  +    string = headerUnload(h, NULL);
       if (! no_header_magic) {
           ptr = malloc(hsize);
           memcpy(ptr, header_magic, 8);
  @@ .
Received on Sun Sep 9 11:01:53 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.