Fixed the ability to download files with spaces in the name
[citadel.git] / webcit / webcit.c
index 0c1caf7469e0b861225886cc823a7f73245b1be3..eeed42acca84a9f7ad9a4cd3475abb7df4283d7b 100644 (file)
@@ -256,7 +256,6 @@ void escputs(char *strbuf)
 
 /** 
  * \brief Escape a string for feeding out as a URL.
- * Returns a pointer to a buffer that must be freed by the caller!
  * \param outbuf the output buffer
  * \param strbuf the input buffer
  */