diff options
Diffstat (limited to 'WWW/Library/Implementation/HTAAUtil.c')
-rw-r--r-- | WWW/Library/Implementation/HTAAUtil.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/WWW/Library/Implementation/HTAAUtil.c b/WWW/Library/Implementation/HTAAUtil.c index 2113b400..f7ed67c1 100644 --- a/WWW/Library/Implementation/HTAAUtil.c +++ b/WWW/Library/Implementation/HTAAUtil.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTAAUtil.c,v 1.34 2013/04/30 23:16:09 tom Exp $ + * $LynxId: HTAAUtil.c,v 1.35 2013/05/03 20:32:37 tom Exp $ * * MODULE HTAAUtil.c * COMMON PARTS OF ACCESS AUTHORIZATION MODULE @@ -495,8 +495,7 @@ void HTAA_setupReader(char *start_of_headers, #endif start_pointer = buffer; if (start_of_headers) { - StrNCpy(buffer, start_of_headers, length); - buffer[length] = '\0'; + LYStrNCpy(buffer, start_of_headers, length); end_pointer = buffer + length; } else { *start_pointer = '\0'; |