Commit e48adeae authored by Lionel Gauthier's avatar Lionel Gauthier

For display unsigned better than signed char

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5678 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent fe60ed8f
......@@ -52,7 +52,7 @@ typedef struct mem_block_t{
struct mem_block_t *next;
struct mem_block_t *previous;
unsigned char pool_id;
char *data;
unsigned char *data;
}mem_block_t;
#include "UTIL/LISTS/list.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment