/[pengfork]/pengfork/src/log.c
ViewVC logotype

Diff of /pengfork/src/log.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by chupa, Sun Sep 8 16:38:08 2002 UTC revision 1.10 by chupa, Thu Sep 12 12:45:35 2002 UTC
# Line 85  dump_raw (text, data, size) Line 85  dump_raw (text, data, size)
85  {  {
86    int i, j;    int i, j;
87    unsigned char *p = data;    unsigned char *p = data;
88      
89      if(PARAM_DEBUG_LEVEL < 3) return;
90    debug (3, "%s raw dump: \n",text);    debug (3, "%s raw dump: \n",text);
91    for (i = 0; i < size; i += 16)    for (i = 0; i < size; i += 16)
92      {      {

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26