You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
538 B

  1. diff -urN a/lib/hgfsServer/hgfsServerLinux.c b/lib/hgfsServer/hgfsServerLinux.c
  2. --- a/lib/hgfsServer/hgfsServerLinux.c
  3. +++ b/lib/hgfsServer/hgfsServerLinux.c
  4. @@ -5294,8 +5294,8 @@
  5. goto exit;
  6. }
  7. - LOG(6, ("%s: File Size limits: 0x%"FMT64"x 0x%"FMT64"x\n",
  8. - __FUNCTION__, fileSize.rlim_cur, fileSize.rlim_max));
  9. + LOG(6, ("%s: File Size limits: 0x%jx 0x%jx\n",
  10. + __FUNCTION__, (uintmax_t)fileSize.rlim_cur, (uintmax_t)fileSize.rlim_max));
  11. /*
  12. * Check the offset is within the file size range.