diff --git a/version__helper_8h.html b/version__helper_8h.html
index b001f85a..b522e174 100644
--- a/version__helper_8h.html
+++ b/version__helper_8h.html
@@ -156,7 +156,7 @@ Macros
|
#define | strncat_P(a, b, n) strncat((a), (b), (n)) |
|
-#define | strncpy_P(a, b, n) strncmp((a), (b), (n)) |
+#define | strncpy_P(a, b, n) strncpy((a), (b), (n)) |
|
#define | strpbrk_P(str, chrs) strpbrk((str), (chrs)) |
|
@@ -905,7 +905,7 @@ Macros
|
) |
- | strncmp((a), (b), (n)) |
+ | strncpy((a), (b), (n)) |
diff --git a/version__helper_8h_source.html b/version__helper_8h_source.html
index 837824e0..8812e814 100644
--- a/version__helper_8h_source.html
+++ b/version__helper_8h_source.html
@@ -205,7 +205,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
118 #define strncat_P(a, b, n) strncat((a), (b), (n))
-
121 #define strncpy_P(a, b, n) strncmp((a), (b), (n))
+
121 #define strncpy_P(a, b, n) strncpy((a), (b), (n))
124 #define strpbrk_P(str, chrs) strpbrk((str), (chrs))