buglwIP - A Lightweight TCP/IP stack - Bugs: bug #47436, Compilation error in api_lib.c...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #47436: Compilation error in api_lib.c (netconn_write_partly)

Submitted by:  William Hayes <williamh>
Submitted on:  Thu 17 Mar 2016 07:10:44 AM UTC  
 
Category: NoneSeverity: 3 - Normal
Item Group: Compiler WarningStatus: Fixed
Privacy: PublicAssigned to: Simon Goldschmidt <goldsimon>
Open/Closed: ClosedPlanned Release: None
lwIP version: git head

Thu 17 Mar 2016 07:15:51 PM UTC, comment #1:

Fixed, thanks for reporting.

Simon Goldschmidt <goldsimon>
Project AdministratorIn charge of this item.
Thu 17 Mar 2016 07:10:44 AM UTC, original submission:

711: API_MSG_VAR_REF(msg).msg.msg.w.time_started = sys_now();
713: API_MSG_VAR_REF(msg).msg.msg.w.time_started = 0;

must be

API_MSG_VAR_REF(msg).msg.w.time_started = sys_now();
API_MSG_VAR_REF(msg).msg.w.time_started = 0;

William Hayes <williamh>

 

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -unavailable- added by goldsimon (Posted a comment)
  • -unavailable- added by williamh (Submitted the item)
  •  

    Do you think this task is very important?
    If so, you can click here to add your encouragement to it.
    This task has 0 encouragements so far.

    Only logged-in users can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 3 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Thu 17 Mar 2016 07:15:51 PM UTCgoldsimonStatusNone=>Fixed
      Assigned toNone=>goldsimon
      Open/ClosedOpen=>Closed

    Back to the top


    Powered by Savane 3.1-cleanup1