lwip-devel
[Top][All Lists]
Advanced

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

Re: [lwip-devel] Small typo


From: address@hidden
Subject: Re: [lwip-devel] Small typo
Date: Fri, 25 Nov 2011 17:46:27 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:8.0) Gecko/20111105 Thunderbird/8.0

Gisle Vanem wrote:
src\contrib\apps\httpserver_raw\fs.c:
   #ifndef HTTPD_USE_CUSTUM_FSDATA

It should be:
   #if HTTPD_USE_CUSTOM_FSDATA

Can you explain that? Do you mean line 40 (as that's the only line in fs.c I can find that would fit)? If so, what's there is correct: if the define is not yet defined, it gets defined to 0.

Simon



reply via email to

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