Changeset 84 for trunk/src/sh_database.c


Ignore:
Timestamp:
Jan 18, 2007, 8:23:38 PM (18 years ago)
Author:
rainer
Message:

Fix fo ticket #47 (yule TCP socket accidentally closed).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_database.c

    r81 r84  
    15251525}
    15261526
    1527 static int is_escaped(char * p_in) {
     1527static int is_escaped(const char * p_in) {
    15281528
    15291529  int    escp = 0;
Note: See TracChangeset for help on using the changeset viewer.