]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/statbuf.c
Fix build errors on Fedora.
[thirdparty/cups.git] / scheduler / statbuf.c
index 518fc12bee08b7393321a918f74df37896d9bce1..1c2bd74e616fe53251f658e807865b36784b7375 100644 (file)
@@ -305,7 +305,7 @@ cupsdStatBufUpdate(
   * Copy the message to the line buffer...
   */
 
-  strlcpy(line, message, linelen);
+  strlcpy(line, message, (size_t)linelen);
 
  /*
   * Copy over the buffer data we've used up...