403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.217.33
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/devel/stringencoders/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/devel/stringencoders/files/patch-speedtest_ascii.c
--- test/speedtest_ascii.c.orig	Wed Jun  6 13:24:30 2007
+++ test/speedtest_ascii.c	Thu Jun 14 05:39:13 2007
@@ -244,7 +244,7 @@
     }
     t1 = clock();
     last = t1 -t0;
-    printf("%lu\t", (t1-t0));
+    printf("%lu\t", (unsigned long)(t1-t0));
     fflush(stdout);
 
     /**
@@ -255,7 +255,7 @@
         toupper_copy2(obuf, buf, sizeof(buf));
     }
     t1 = clock();
-    printf("%lu\t", (t1-t0));
+    printf("%lu\t", (unsigned long)(t1-t0));
     fflush(stdout);
 
     /**
@@ -266,7 +266,7 @@
         toupper_copy3(obuf, buf, sizeof(buf));
     }
     t1 = clock();
-    printf("%lu\t", (t1-t0));
+    printf("%lu\t", (unsigned long)(t1-t0));
     fflush(stdout);
 
     /**
@@ -277,7 +277,7 @@
         toupper_copy4(obuf, buf, sizeof(buf));
     }
     t1 = clock();
-    printf("%lu\t", (t1-t0));
+    printf("%lu\t", (unsigned long)(t1-t0));
     fflush(stdout);
 
 
@@ -289,7 +289,7 @@
         toupper_copy5(obuf, buf, sizeof(buf));
     }
     t1 = clock();
-    printf("%lu\t", (t1-t0));
+    printf("%lu\t", (unsigned long)(t1-t0));
     fflush(stdout);
 
     /**
@@ -300,7 +300,7 @@
         toupper_copy6(obuf, buf, sizeof(buf));
     }
     t1 = clock();
-    printf("%lu\t", (t1-t0));
+    printf("%lu\t", (unsigned long)(t1-t0));
     fflush(stdout);
 
     /**
@@ -312,7 +312,7 @@
     }
     t1 = clock();
 
-    printf("%lu\t", (t1-t0));
+    printf("%lu\t", (unsigned long)(t1-t0));
     fflush(stdout);
 
     printf("%.1fx\n", last/(t1-t0));

Youez - 2016 - github.com/yon3zu
LinuXploit