소스 검색

Add missing format qualifier

tags/v0.9.3
Michael Brown 18 년 전
부모
커밋
be6ada2b7b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/core/debug.c

+ 1
- 1
src/core/debug.c 파일 보기

116
 
116
 
117
 	}
117
 	}
118
 	if ( in_corruption != 0 ) {
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
 	return corrupted;
121
 	return corrupted;
122
 }
122
 }

Loading…
취소
저장