Преглед на файлове

Currect Duktape version string

bel2125 преди 8 години
родител
ревизия
30f1d886ee
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/civetweb.c

+ 1 - 1
src/civetweb.c

@@ -14670,7 +14670,7 @@ mg_get_system_info_impl(char *buffer, int buflen)
 		            "JavaScript: Duktape %u.%u.%u%s",
 		            "JavaScript: Duktape %u.%u.%u%s",
 		            (unsigned)DUK_VERSION / 10000,
 		            (unsigned)DUK_VERSION / 10000,
 		            ((unsigned)DUK_VERSION / 100) % 100,
 		            ((unsigned)DUK_VERSION / 100) % 100,
-		            (unsigned)DUK_VERSION % 10000,
+		            (unsigned)DUK_VERSION % 100,
 		            eol);
 		            eol);
 		system_info_length += (int)strlen(block);
 		system_info_length += (int)strlen(block);
 		if (system_info_length < buflen) {
 		if (system_info_length < buflen) {