bel2125 5 년 전
부모
커밋
0e027f2c3c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/civetweb.c

+ 1 - 1
src/civetweb.c

@@ -10897,7 +10897,7 @@ forward_body_data(struct mg_connection *conn, FILE *fp, SOCKET sock, SSL *ssl)
 #if !defined(NO_CGI)
 /* This structure helps to create an environment for the spawned CGI
  * program.
- * Environment is an array of "VARIABLE=VALUE\0" ASCIIZ strings,
+ * Environment is an array of "VARIABLE=VALUE\0" ASCII strings,
  * last element must be NULL.
  * However, on Windows there is a requirement that all these
  * VARIABLE=VALUE\0