4396: Some files difference is not showing properly after running "rbt post". While opening the url in browser.

skumar8

What version are you running?

What's the URL of the page containing the problem?

What steps will reproduce the problem?

What is the expected output? What do you see instead?

What operating system are you using? What browser?

Please provide any additional information below.

#1 skumar8

inc/AsTrlMmtel.h
There was an error displaying this diff.
The patch to 'inc/AsTrlMmtel.h' didn't apply cleanly. The temporary files have been left in '/tmp/reviewboard.m2JbnH' for debugging purposes.
patch returned: patch: **** malformed patch at line 33: AsTrlMmtel.h
This may be a bug in the software, a temporary outage, or an issue
with the format of your diff.
Please try again, and if you still have trouble,
contact support.

Details
  • +
    Index: inc/AsTrlCallTransfer.h
    ===================================================================
    RCS file: inc/AsTrlCallTransfer.h
    diff -N inc/AsTrlCallTransfer.h
    --- /dev/null	1 Jan 1970 00:00:00 -0000
    +++ inc/AsTrlCallTransfer.h	27 Apr 2016 06:51:12 -0000
    @@ -0,0 +1,104 @@
    +/*
    + * AsTrlCallTransfer.h
    + *
    + *  Created on: Feb 24, 2016
    + *      Author: ggedela1
    + */
    +
    +#ifndef ASTRLCALLTRANSFER_H_
    +#define ASTRLCALLTRANSFER_H_
    +
    +#include "AsTrlCommon.h"
    +
    +class AsTrlCallTransfer
    +{   
    +    public:
    +        AsTrlCallTransfer();
    +        virtual ~AsTrlCallTransfer() {}
    +    
    +        void Serialize(TasBuffer& aBuff);
    +        void DeSerialize(TasBuffer& aBuff);
    +        void TrlEncode(TasBuffer& aBuff, bool aIsLast = false);
    +        static void TrlDecode(u32_t aLevel, AsTrlBuffer& aBuff, AsTrlBuffer& aOutBuff);
    +
    +        //Ct Push
    +        TasCdrString & GetTransferor();
    +        void SetTransferor(const u8_t* apTransferor, u32_t aLen);
    +
    +        TasCdrString & GetTransferee();
    + 
david
#2 david

I'm not sure how the diff was created, but it seems like there's an extra newline character in it near the top of the patch to AsTrlMmtel.h.

  • -New
    +UserError