Преглед изворни кода

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;