소스 검색

How did this ever work properly before?

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

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

@@ -15,7 +15,7 @@ void more ( void ) {
15 15
 }
16 16
 
17 17
 /* Produce a paged hex dump of the specified data and length */
18
-void hex_dump ( const char *data, const unsigned int len ) {
18
+void hex_dump ( const unsigned char *data, const unsigned int len ) {
19 19
 	unsigned int index;
20 20
 	for ( index = 0; index < len; index++ ) {
21 21
 		if ( ( index % 16 ) == 0 ) {

Loading…
취소
저장