File: 1089837.patch

package info (click to toggle)
zipios%2B%2B 0.1.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 952 kB
  • sloc: cpp: 4,150; ansic: 148; makefile: 132; sh: 1
file content (17 lines) | stat: -rw-r--r-- 711 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Fix Debian bug #1089837
Author: Werner Mayer <werner.wm.mayer@gmx.de>
Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1089837
Forwarded: not-needed
Last-Update: 2024-12-21 <YYYY-MM-DD, last update of the meta-information, optional>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- zipios++-0.1.5.9+cvs.2007.04.28.orig/src/zipfile.cpp
+++ zipios++-0.1.5.9+cvs.2007.04.28/src/zipfile.cpp
@@ -71,7 +71,6 @@ istream *ZipFile::getInputStream( const
     ZipInputStream *zis( new ZipInputStream( _filename,
       static_cast< const ZipCDirEntry * >( ent.get() )->
       getLocalHeaderOffset() + _vs.startOffset() ) ) ;
-    zis->getNextEntry();
     return zis;
   }
 }