403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
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/textproc/uim/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/textproc/uim/files/patch-uim_uim.c
--- uim/uim.c.orig	2013-06-30 04:26:09 UTC
+++ uim/uim.c
@@ -101,10 +101,10 @@ fatal_error_hook(void)
   uim_fatal_error("an unhandled error raised from Scheme interpreter");
 }
 
-int
+long
 uim_init(void)
 {
-  int ret;
+  long ret;
   char *sys_load_path;
 
   if (uim_initialized)
@@ -119,7 +119,7 @@ uim_init(void)
   uim_scm_init(sys_load_path);
   uim_scm_set_fatal_error_hook(fatal_error_hook);
 
-  ret = (int)uim_scm_call_with_gc_ready_stack((uim_gc_gate_func_ptr)uim_init_internal, NULL);
+  ret = (long)uim_scm_call_with_gc_ready_stack((uim_gc_gate_func_ptr)uim_init_internal, NULL);
 
   UIM_CATCH_ERROR_END();
 

Youez - 2016 - github.com/yon3zu
LinuXploit