Changeset 170 for trunk/src/trustfile.c


Ignore:
Timestamp:
Apr 30, 2008, 11:56:45 PM (17 years ago)
Author:
katerina
Message:

Plenty of compiler warnings fixed, SQL query length fixed, doc update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/trustfile.c

    r137 r170  
    781781          register int lsym;            /* num chars in symlink ref  */
    782782          register int i;               /* trustworthy or not?       */
     783          const char * t_const;
    783784
    784785          /*
     
    821822              /* smack on the /../
    822823               */
    823               t = "/../";
     824              t_const = "/../";
    824825              while(*t && b < &full[MAXFILENAME])
    825                 *b++ = *t++;
     826                *b++ = *t_const++;
    826827
    827828              /* append the symlink referent
Note: See TracChangeset for help on using the changeset viewer.