Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c579141 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "Fix for PduParser.java, allows mms recieve on supersonic" into gingerbread

parents 9549f295 9281a349
Loading
Loading
Loading
Loading
+18 −17
Original line number Diff line number Diff line
@@ -1621,6 +1621,7 @@ public class PduParser {
                                part.setContentDisposition(parseWapString(pduDataStream
                                        , TYPE_TEXT_STRING));
                            }
                        }

                        /* get filename parameter and skip other parameters */
                        thisEndPos = pduDataStream.available();
@@ -1642,7 +1643,7 @@ public class PduParser {

                        tempPos = pduDataStream.available();
                        lastLen = length - (startPos - tempPos);
                        }

                        break;
                    default:
                        if (LOCAL_LOGV) {