lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #47436] Compilation error in api_lib.c (netconn_write_


From: William Hayes
Subject: [lwip-devel] [bug #47436] Compilation error in api_lib.c (netconn_write_partly)
Date: Thu, 17 Mar 2016 07:10:46 +0000
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0

URL:
  <http://savannah.nongnu.org/bugs/?47436>

                 Summary: Compilation error in api_lib.c
(netconn_write_partly)
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: williamh
            Submitted on: Thu 17 Mar 2016 07:10:44 AM GMT
                Category: None
                Severity: 3 - Normal
              Item Group: Compiler Warning
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: 
            lwIP version: git head

    _______________________________________________________

Details:

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;




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?47436>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]