diff options
Diffstat (limited to 'security/pft/files/patch-pjlsession.cpp')
-rw-r--r-- | security/pft/files/patch-pjlsession.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/pft/files/patch-pjlsession.cpp b/security/pft/files/patch-pjlsession.cpp deleted file mode 100644 index 8761fc802750..000000000000 --- a/security/pft/files/patch-pjlsession.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- pjlsession.cpp.orig Sun May 22 14:06:23 2005 -+++ pjlsession.cpp Sun May 22 14:06:52 2005 -@@ -871,7 +871,7 @@ - #endif //_DEBUG - throw ExInvalid(); - } else { -- snprintf(numb,49,"%lu",statbuf.st_size); -+ snprintf(numb,49,"%llu",statbuf.st_size); - connection.clear(); - connection.sendbuf.set(PJL_START); - connection.sendbuf.append(PJL_FSDOWNLOAD); |