Changeset 137 for trunk/src/sh_hash.c


Ignore:
Timestamp:
Oct 28, 2007, 1:17:58 AM (17 years ago)
Author:
rainer
Message:

Fix compile errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_hash.c

    r133 r137  
    20102010  int         i = 0;
    20112011  char      * p;
     2012  char        i2h[2];
    20122013
    20132014  tmpFile.attr_string = NULL;
     
    20352036      for (i = 0; i < size; ++i)
    20362037        {
    2037           p = sh_util_charhex (str[i]);
     2038          p = sh_util_charhex (str[i],i2h);
    20382039          tmpFile.linkpath[2*i]   = p[0];
    20392040          tmpFile.linkpath[2*i+1] = p[1];
Note: See TracChangeset for help on using the changeset viewer.