View | Details | Raw Unified | Return to bug 51873
Collapse All | Expand All

(-)src/scratchpad/src/org/apache/poi/hsmf/parsers/POIFSChunkParser.java (-1 / +1 lines)
Lines 126-132 Link Here
126
      
126
      
127
      // Make sure we got what we expected, should be of 
127
      // Make sure we got what we expected, should be of 
128
      //  the form __<name>_<id><type>
128
      //  the form __<name>_<id><type>
129
      if(namePrefix.equals("Olk10SideProps")) {
129
      if(namePrefix.equals("Olk10SideProps_")) {
130
         // This is some odd Outlook 2002 thing, skip
130
         // This is some odd Outlook 2002 thing, skip
131
         return;
131
         return;
132
      } else if(splitAt <= entryName.length()-8) {
132
      } else if(splitAt <= entryName.length()-8) {

Return to bug 51873