ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/src/mon.cpp
(Generate patch)

Comparing mon/src/mon.cpp (file contents):
Revision 1.15 by cebix, 2002-01-18T16:03:33Z vs.
Revision 1.16 by cebix, 2002-03-03T16:19:10Z

# Line 394 | Line 394 | static enum Token get_hex_number(uint32
394                  return T_NULL;
395  
396          do {
397 +                c = tolower(c);
398                  if (c < 'a')
399                          i = (i << 4) + (c - '0');
400                  else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines