Changeset 481 for trunk/src/sh_ignore.c


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_ignore.c

    r438 r481  
    7373  SL_ENTER(_("sh_ignore_add"));
    7474
    75   if ( (addpath == NULL) || (sl_ok_adds(2, strlen(addpath)) == SL_FALSE) )
     75  if ( (addpath == NULL) || (sl_ok_adds(2, strlen(addpath)) == S_FALSE) )
    7676    {
    7777      SL_RETURN(list, _("sh_ignore_add"));
Note: See TracChangeset for help on using the changeset viewer.