Author: mmu_man
Date: Sat Apr 7 13:52:08 2012
New Revision: 13825
URL:
http://source.netsurf-browser.org?rev=13825&view=rev
Log:
Add TODO comment.
Modified:
branches/mmu_man/netsurf-gopher-support-v3/content/fetchers/curl.c
Modified: branches/mmu_man/netsurf-gopher-support-v3/content/fetchers/curl.c
URL:
http://source.netsurf-browser.org/branches/mmu_man/netsurf-gopher-support...
==============================================================================
--- branches/mmu_man/netsurf-gopher-support-v3/content/fetchers/curl.c (original)
+++ branches/mmu_man/netsurf-gopher-support-v3/content/fetchers/curl.c Sat Apr 7 13:52:08
2012
@@ -1141,6 +1141,7 @@
}
/* gopher data receives special treatment */
+ /* TODO: strip the last line of text file when single dot. */
if (f->gopher && gopher_need_generate(f->gopher->type)) {
return gopher_fetch_data(f->gopher, data, size * nmemb);
}