Ignore:
Timestamp:
Jul 18, 2015, 5:06:52 PM (9 years ago)
Author:
katerina
Message:

Enhancements and fixes for tickets #374, #375, #376, #377, #378, and #379.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_log_check.c

    r425 r481  
    143143                  size_t  plen = strlen(entry->d_name) + 1;
    144144
    145                   if (SL_TRUE == sl_ok_adds(plen, dlen))
     145                  if (S_TRUE == sl_ok_adds(plen, dlen))
    146146                    {
    147147                      plen += dlen;
     
    180180      plen = strlen(dir);
    181181
    182       if (SL_TRUE == sl_ok_adds(plen, 130))
     182      if (S_TRUE == sl_ok_adds(plen, 130))
    183183        {
    184184          plen += 130; /* 64 + 64 + 2 */
     
    500500 * by longjmp' warning. And no, 'volatile' proved insufficient.
    501501 */
    502 static void * sh_dummy_thisfile = NULL;
     502void * sh_dummy_502_thisfile = NULL;
    503503
    504504void sh_check_watches()
     
    512512   * Avoids the 'clobbered by longjmp' warning.
    513513   */
    514   sh_dummy_thisfile = (void*) &thisfile;
     514  sh_dummy_502_thisfile = (void*) &thisfile;
    515515
    516516  while (thisfile)
Note: See TracChangeset for help on using the changeset viewer.