Changeset 81 for trunk/src/sh_tools.c


Ignore:
Timestamp:
Jan 13, 2007, 8:29:53 PM (18 years ago)
Author:
rainer
Message:

Fixes a bug in sh_database.c introduced in changeset [78].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_tools.c

    r34 r81  
    213213          ++p;
    214214             
    215           if (c < 31 || c > 126)
     215          if (c < 32 || c > 126)
    216216            {
    217217              --i;
Note: See TracChangeset for help on using the changeset viewer.