RPM Community Forums

Mailing List Message of <rpm-devel>

Re: [CVS] RPM: rpm/ VENDOR rpm/rpmio/ macro.c

From: Anders F Björklund <afb@rpm5.org>
Date: Sun 13 Apr 2008 - 13:19:47 CEST
Message-Id: <8AE98FBA-89D5-4030-A0E9-F28C3D3E40B4@rpm5.org>
> But it should probably be:
>
>     else if (   (file_len > 4 && strcasecmp(file+file_len-3,  
> ".tlz") == 0)
>              || (file_len > 5 && strcasecmp(file+file_len-5,  
> ".lzma") == 0)) {

Stupid copy/paste bugs...

     else if (   (file_len > 4 && strcasecmp(file+file_len-4, ".tlz")  
== 0)
              || (file_len > 5 && strcasecmp(file+file_len-5,  
".lzma") == 0)) {

--anders
Received on Sun Apr 13 13:19:48 2008
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.