Przeglądaj źródła

Add missing format qualifier

tags/v0.9.3
Michael Brown 16 lat temu
rodzic
commit
be6ada2b7b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/core/debug.c

+ 1
- 1
src/core/debug.c Wyświetl plik

@@ -116,7 +116,7 @@ int check_region ( void *region, size_t len ) {
116 116
 
117 117
 	}
118 118
 	if ( in_corruption != 0 ) {
119
-		printf ( "to offset %#x (end of region)\n", len-1 );
119
+		printf ( "to offset %#zx (end of region)\n", len-1 );
120 120
 	}
121 121
 	return corrupted;
122 122
 }

Ładowanie…
Anuluj
Zapisz