浏览代码

Merge pull request #581 from TorbenJ/patch-1

Comment (currently) superfluous include directive.
bel2125 7 年之前
父节点
当前提交
231d726103
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/civetweb.c

+ 1 - 1
src/civetweb.c

@@ -603,7 +603,7 @@ static void path_to_unicode(const struct mg_connection *conn,
 
 /* All file operations need to be rewritten to solve #246. */
 
-#include "file_ops.inl"
+// #include "file_ops.inl"
 
 struct mg_file;