Fixed compiler warning
SVN revision: 2055
This commit is contained in:
+1
-1
@@ -212,7 +212,7 @@ Encode the given string in-place by adding %XX escapes
|
||||
}
|
||||
}
|
||||
*pd = '\0';
|
||||
strlcpy(ps, str, size);
|
||||
strlcpy(ps, (char *)str, size);
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user